Skip to content

Commit f565196

Browse files
Brew formula update for go-gitmoji-cli version v0.6.0-alpha (#145)
Co-authored-by: Andy Augustin <dev@andreas-augustin.org>
1 parent d0b8b82 commit f565196

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/go-gitmoji-cli.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
class GoGitmojiCli < Formula
66
desc "CLI for managing commits gitmoji and conventional commits format"
77
homepage "https://github.com/AndreasAugustin/go-gitmoji-cli"
8-
version "0.5.2-alpha"
8+
version "0.6.0-alpha"
99
license "MIT"
1010

1111
depends_on "git"
1212

1313
on_macos do
1414
on_intel do
15-
url "https://github.com/AndreasAugustin/go-gitmoji-cli/releases/download/v0.5.2-alpha/go-gitmoji-cli_0.5.2-alpha_Darwin_x86_64.tar.gz"
16-
sha256 "62fab6f7cfe638d0c5cd82d9e33b925c80011c95c668f09cfebfb959bfe4b5e4"
15+
url "https://github.com/AndreasAugustin/go-gitmoji-cli/releases/download/v0.6.0-alpha/go-gitmoji-cli_0.6.0-alpha_Darwin_x86_64.tar.gz"
16+
sha256 "d5cc5751bbd0cd1a8befddf07a79e8b3221449367be01c0138e30719c25e1ae2"
1717

1818
def install
1919
bin.install "go-gitmoji-cli"
@@ -24,8 +24,8 @@ def install
2424
end
2525
end
2626
on_arm do
27-
url "https://github.com/AndreasAugustin/go-gitmoji-cli/releases/download/v0.5.2-alpha/go-gitmoji-cli_0.5.2-alpha_Darwin_arm64.tar.gz"
28-
sha256 "eda45f87d819e654f2ecd34250e4fbdd77d4b405361c51a0350ae80d45099928"
27+
url "https://github.com/AndreasAugustin/go-gitmoji-cli/releases/download/v0.6.0-alpha/go-gitmoji-cli_0.6.0-alpha_Darwin_arm64.tar.gz"
28+
sha256 "25a9a86cc7f3c8f9e36a54a80b85dfdc6a2ca53d5a0b3eeecf9a6307a92dfe54"
2929

3030
def install
3131
bin.install "go-gitmoji-cli"
@@ -40,8 +40,8 @@ def install
4040
on_linux do
4141
on_intel do
4242
if Hardware::CPU.is_64_bit?
43-
url "https://github.com/AndreasAugustin/go-gitmoji-cli/releases/download/v0.5.2-alpha/go-gitmoji-cli_0.5.2-alpha_Linux_x86_64.tar.gz"
44-
sha256 "de1cc0d97b3bdbcd4900eeab30110537bdf1eb739fd565b81f565be9dced1e17"
43+
url "https://github.com/AndreasAugustin/go-gitmoji-cli/releases/download/v0.6.0-alpha/go-gitmoji-cli_0.6.0-alpha_Linux_x86_64.tar.gz"
44+
sha256 "f90bfef05338df47545a1ee1cff8ff55e53a80abf6b911f47291e190c44649c4"
4545

4646
def install
4747
bin.install "go-gitmoji-cli"
@@ -54,8 +54,8 @@ def install
5454
end
5555
on_arm do
5656
if Hardware::CPU.is_64_bit?
57-
url "https://github.com/AndreasAugustin/go-gitmoji-cli/releases/download/v0.5.2-alpha/go-gitmoji-cli_0.5.2-alpha_Linux_arm64.tar.gz"
58-
sha256 "17a0bde79f182af829674b668c62493941d32cb6a552ca2664cca752fbd7ce98"
57+
url "https://github.com/AndreasAugustin/go-gitmoji-cli/releases/download/v0.6.0-alpha/go-gitmoji-cli_0.6.0-alpha_Linux_arm64.tar.gz"
58+
sha256 "e0ce4e74b0bd5e30147efd5623c666cf5aa226c973be87911e4066e0b0c76694"
5959

6060
def install
6161
bin.install "go-gitmoji-cli"

0 commit comments

Comments
 (0)