Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mocli committed Oct 16, 2024
1 parent 9222f6c commit d89f628
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.8.1](https://github.com/mogenius/mocli/compare/v1.8.0...v1.8.1) (2024-10-16)

## [1.8.0](https://github.com/mogenius/mocli/compare/v1.8.0-dev.18...v1.8.0) (2024-05-28)

## [1.8.0-dev.18](https://github.com/mogenius/mocli/compare/v1.8.0-dev.17...v1.8.0-dev.18) (2024-05-28)
Expand Down
8 changes: 4 additions & 4 deletions mocli.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version": "1.8.0",
"version": "1.8.1",
"license": "UNKNOWN",
"homepage": "https://mocli.dev",
"bin": "mocli.exe",
"pre_install": "Rename-Item \"$dir\\mocli-v1.8.0-windows-amd64\" mocli.exe",
"pre_install": "Rename-Item \"$dir\\mocli-v1.8.1-windows-amd64\" mocli.exe",
"description": "mogenius cli!",
"architecture": {
"64bit": {
"url": "https://github.com/mogenius/homebrew-mocli/releases/download/v1.8.0/mocli-v1.8.0-windows-amd64",
"hash": "de60c5d04cef444482bf5a9cdab960cc1adf2874de269becfdeafae4b7057741"
"url": "https://github.com/mogenius/homebrew-mocli/releases/download/v1.8.1/mocli-v1.8.1-windows-amd64",
"hash": "b6cac9da28e3084db9abd88061eb56b5daecb4cb142e7a4a0714db942037b29e"
}
}
}
38 changes: 19 additions & 19 deletions mocli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,38 @@ class Mocli < Formula
desc "View your mogenius account in style from your CLI environment!"
homepage "https://www.mogenius.com"

version "1.8.0"
version "1.8.1"
license "MIT"

test do
end

on_macos do
if Hardware::CPU.arm?
url "https://github.com/mogenius/homebrew-mocli/releases/download/v1.8.0/mocli-v1.8.0-darwin-arm64.tar.gz"
sha256 "fa3949c4b8beb7b2eccd0ec97abbf18a5030b3480d06a8117de2ca9547cfd360"
url "https://github.com/mogenius/homebrew-mocli/releases/download/v1.8.1/mocli-v1.8.1-darwin-arm64.tar.gz"
sha256 "cbe3bcde52fd445c481b4fc71b556c006a5084f98709c1faffb6735fac38363a"
elsif Hardware::CPU.intel?
url "https://github.com/mogenius/homebrew-mocli/releases/download/v1.8.0/mocli-v1.8.0-darwin-amd64.tar.gz"
sha256 "f5ddcd7c4f9e6907368a9c290bd1fbe6b8864ade5e3703c325d1fa8c070a1f14"
url "https://github.com/mogenius/homebrew-mocli/releases/download/v1.8.1/mocli-v1.8.1-darwin-amd64.tar.gz"
sha256 "6d316aad66cc82c9f9c7a78be4a2eb33030e5e69e4292bc8357f34eee676edcc"
end
end

on_linux do
if Hardware::CPU.intel?
if Hardware::CPU.is_64_bit?
url "https://github.com/mogenius/homebrew-mocli/releases/download/v1.8.0/mocli-v1.8.0-linux-amd64.tar.gz"
sha256 "af03056931f3aa5d839b341863ab660187af727a6ba42589d4a0fa346ce36827"
url "https://github.com/mogenius/homebrew-mocli/releases/download/v1.8.1/mocli-v1.8.1-linux-amd64.tar.gz"
sha256 "4707dc111205d994239c4ecd6219482d604b4b53e9de7794cfb52bdd49fcf2be"
else
url "https://github.com/mogenius/homebrew-mocli/releases/download/v1.8.0/mocli-v1.8.0-linux-386.tar.gz"
sha256 "61cf3f9e721eecaff5c6c36f5496e0ac496049003a164ba207313ff52d2441cb"
url "https://github.com/mogenius/homebrew-mocli/releases/download/v1.8.1/mocli-v1.8.1-linux-386.tar.gz"
sha256 "aa06db7fd74e3a16a73453961c0a5cf84ae5fba4e9804e72a648ccb33d036ad6"
end
elsif Hardware::CPU.arm?
if Hardware::CPU.is_64_bit?
url "https://github.com/mogenius/homebrew-mocli/releases/download/v1.8.0/mocli-v1.8.0-linux-arm64.tar.gz"
sha256 "31b757c2ea2e4e944ef7efe4a92b7030dbe1cf014f819e8e8cab2becec0e147f"
url "https://github.com/mogenius/homebrew-mocli/releases/download/v1.8.1/mocli-v1.8.1-linux-arm64.tar.gz"
sha256 "0bf0508c82b51285fa864fb83fd7ea94ad52a6222d8899262d7a587182866620"
else
url "https://github.com/mogenius/homebrew-mocli/releases/download/v1.8.0/mocli-v1.8.0-linux-arm.tar.gz"
sha256 "2e97f95523fde1b52c82d9fc96ab5c884688a16cfb50428b9e91866db00b3f18"
url "https://github.com/mogenius/homebrew-mocli/releases/download/v1.8.1/mocli-v1.8.1-linux-arm.tar.gz"
sha256 "f58d324da5497675ab5de208b5c7dad71d34dfecb9b3d03d562fcc952f392e85"
end
end
end
Expand All @@ -42,27 +42,27 @@ def install
if OS.mac?
if Hardware::CPU.arm?
# Installation steps for macOS ARM64
bin.install "mocli-v1.8.0-darwin-arm64" => "mocli"
bin.install "mocli-v1.8.1-darwin-arm64" => "mocli"
elsif Hardware::CPU.intel?
# Installation steps for macOS AMD64
bin.install "mocli-v1.8.0-darwin-amd64" => "mocli"
bin.install "mocli-v1.8.1-darwin-amd64" => "mocli"
end
elsif OS.linux?
if Hardware::CPU.intel?
if Hardware::CPU.is_64_bit?
# Installation steps for Linux AMD64
bin.install "mocli-v1.8.0-linux-amd64" => "mocli"
bin.install "mocli-v1.8.1-linux-amd64" => "mocli"
else
# Installation steps for Linux 386
bin.install "mocli-v1.8.0-linux-386" => "mocli"
bin.install "mocli-v1.8.1-linux-386" => "mocli"
end
elsif Hardware::CPU.arm?
if Hardware::CPU.is_64_bit?
# Installation steps for Linux ARM64
bin.install "mocli-v1.8.0-linux-arm64" => "mocli"
bin.install "mocli-v1.8.1-linux-arm64" => "mocli"
else
# Installation steps for Linux ARM
bin.install "mocli-v1.8.0-linux-arm" => "mocli"
bin.install "mocli-v1.8.1-linux-arm" => "mocli"
end
end
end
Expand Down

0 comments on commit d89f628

Please sign in to comment.