Skip to content

Commit 943e827

Browse files
author
CI
committed
Update Homebrew formula for 2.0.0-rc.16
1 parent a178764 commit 943e827

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Formula/gitte.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
class Gitte < Formula
22
desc "Developer environment orchestration tool"
33
homepage "https://github.com/cego/gitte"
4-
version "2.0.0-rc.15"
4+
version "2.0.0-rc.16"
55
license "MIT"
66

77
on_macos do
88
if Hardware::CPU.arm?
9-
url "https://github.com/cego/gitte/releases/download/2.0.0-rc.15/gitte-darwin-arm64.tar.gz"
10-
sha256 "2c5f49d007b23d7e35a108c5fae15f98937290d01b0edf4a843d0e746e3d56f1"
9+
url "https://github.com/cego/gitte/releases/download/2.0.0-rc.16/gitte-darwin-arm64.tar.gz"
10+
sha256 "a48d47f885bc263f123c350e4000093e7aef611b0d8ef9f795aa743ef64ce79e"
1111
else
12-
url "https://github.com/cego/gitte/releases/download/2.0.0-rc.15/gitte-darwin-amd64.tar.gz"
13-
sha256 "8bcca3416afb333dd5b633efe261d1923c3b24145ca7da9d7439f73a0685936b"
12+
url "https://github.com/cego/gitte/releases/download/2.0.0-rc.16/gitte-darwin-amd64.tar.gz"
13+
sha256 "b96170ab19d047da835c83d8e1f10c01d7f23f458cc2a819028f0654a3754987"
1414
end
1515
end
1616

1717
on_linux do
1818
if Hardware::CPU.arm?
19-
url "https://github.com/cego/gitte/releases/download/2.0.0-rc.15/gitte-linux-arm64.tar.gz"
20-
sha256 "c93bda78bfdfd6ee584da0610f0301f23a809950605d950d8abd6e3d0864dc13"
19+
url "https://github.com/cego/gitte/releases/download/2.0.0-rc.16/gitte-linux-arm64.tar.gz"
20+
sha256 "363f41dd54ae39e2e020853738583c91d3c9a868af2c34462e7c170434c185f5"
2121
else
22-
url "https://github.com/cego/gitte/releases/download/2.0.0-rc.15/gitte-linux-amd64.tar.gz"
23-
sha256 "98979f6cf4b2c0de1d749410811c5b4bffa59e759717eb85e69f4a9687779ae7"
22+
url "https://github.com/cego/gitte/releases/download/2.0.0-rc.16/gitte-linux-amd64.tar.gz"
23+
sha256 "252281fa11ac69b031ff483c3bf8dd1634cbc97890355a74867445437f7e37cd"
2424
end
2525
end
2626

0 commit comments

Comments
 (0)