Skip to content

Commit 0ce62f9

Browse files
author
CI
committed
Update Homebrew formula for 2.1.4
1 parent 453f7bd commit 0ce62f9

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.1.3"
4+
version "2.1.4"
55
license "MIT"
66

77
on_macos do
88
if Hardware::CPU.arm?
9-
url "https://github.com/cego/gitte/releases/download/2.1.3/gitte-darwin-arm64.tar.gz"
10-
sha256 "0b658cf41ebf2868ade53f64e89dbceab2d51784ea1eda0de98fd05c9caedbb5"
9+
url "https://github.com/cego/gitte/releases/download/2.1.4/gitte-darwin-arm64.tar.gz"
10+
sha256 "977ff325b7d8b46df400c7baad02c6fbec0e8c2d51e6dd31e94908e95714c919"
1111
else
12-
url "https://github.com/cego/gitte/releases/download/2.1.3/gitte-darwin-amd64.tar.gz"
13-
sha256 "540ddc7a42ab8e6f8f79fdf2427a1fdd6d4a8707d3aacc6c567fc3bc4de40e8f"
12+
url "https://github.com/cego/gitte/releases/download/2.1.4/gitte-darwin-amd64.tar.gz"
13+
sha256 "b36198a6c0127440c54d748b68b259ef1ddad2996716fad203b6147d64fc8849"
1414
end
1515
end
1616

1717
on_linux do
1818
if Hardware::CPU.arm?
19-
url "https://github.com/cego/gitte/releases/download/2.1.3/gitte-linux-arm64.tar.gz"
20-
sha256 "04946fda82187ca1c914a78281a9691332205875b678b07f93c4293757d3e86b"
19+
url "https://github.com/cego/gitte/releases/download/2.1.4/gitte-linux-arm64.tar.gz"
20+
sha256 "4258f222ed20395f86c0414cc0f35eda383283b821d81d9da095b6c0e0837805"
2121
else
22-
url "https://github.com/cego/gitte/releases/download/2.1.3/gitte-linux-amd64.tar.gz"
23-
sha256 "8b0f028c35c271afd752bf5e9ff3ed84557aabf71840324ad26045d8a93aa160"
22+
url "https://github.com/cego/gitte/releases/download/2.1.4/gitte-linux-amd64.tar.gz"
23+
sha256 "c304b3e9c960e3e915432eb227ee7ee73a5a5fdd87c8eacfb55bc021d8c4fc80"
2424
end
2525
end
2626

0 commit comments

Comments
 (0)