Skip to content

Commit df51282

Browse files
author
CI
committed
Update Homebrew formula for 2.0.0
1 parent 16b0b28 commit df51282

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.17"
4+
version "2.0.0"
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.17/gitte-darwin-arm64.tar.gz"
10-
sha256 "f2df74f616f31a49134b059b7bba76eec7a9fc2374739e0886fefa3217f4f13b"
9+
url "https://github.com/cego/gitte/releases/download/2.0.0/gitte-darwin-arm64.tar.gz"
10+
sha256 "2d643c454176e6f0e9ad7e9853cf035ddfba4b9696c0b2cff36cd392e31e592c"
1111
else
12-
url "https://github.com/cego/gitte/releases/download/2.0.0-rc.17/gitte-darwin-amd64.tar.gz"
13-
sha256 "2953d630b3fd4ab0032066ea096731580b2b59aa48f93618298382bdc46ac1ee"
12+
url "https://github.com/cego/gitte/releases/download/2.0.0/gitte-darwin-amd64.tar.gz"
13+
sha256 "c424a3671fc4df93f45f3f3a557067fdf65b2b00c74478d6a21dbd0b9ba65023"
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.17/gitte-linux-arm64.tar.gz"
20-
sha256 "0f35c7d7420780bc6f7099370dde7a2627cb05f630191aeb8401aa272d485411"
19+
url "https://github.com/cego/gitte/releases/download/2.0.0/gitte-linux-arm64.tar.gz"
20+
sha256 "190f6af7d563279a5f49c8d4012a027b4e2317bb701418cfe7ca3f3cf58984db"
2121
else
22-
url "https://github.com/cego/gitte/releases/download/2.0.0-rc.17/gitte-linux-amd64.tar.gz"
23-
sha256 "535799fef3552cad0fa999423de04e7dc79de37fe6d8cd6257a42eea5f508f68"
22+
url "https://github.com/cego/gitte/releases/download/2.0.0/gitte-linux-amd64.tar.gz"
23+
sha256 "a063bd4cf23a377efb761d0582aba6a7afdcb9bafd8f6453586ffffd6487cec8"
2424
end
2525
end
2626

0 commit comments

Comments
 (0)