Skip to content

Commit 994c998

Browse files
author
CI
committed
Update Homebrew formula for 2.1.3
1 parent 3f251fd commit 994c998

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

77
on_macos do
88
if Hardware::CPU.arm?
9-
url "https://github.com/cego/gitte/releases/download/2.1.2/gitte-darwin-arm64.tar.gz"
10-
sha256 "571a39cfe08b8d23d602f9b59234b060e4775d800c446375f49207b56eba3671"
9+
url "https://github.com/cego/gitte/releases/download/2.1.3/gitte-darwin-arm64.tar.gz"
10+
sha256 "0b658cf41ebf2868ade53f64e89dbceab2d51784ea1eda0de98fd05c9caedbb5"
1111
else
12-
url "https://github.com/cego/gitte/releases/download/2.1.2/gitte-darwin-amd64.tar.gz"
13-
sha256 "530077411f6d4bb2265aff668c9bc8d2a19cd1ad560214ac9e37e460e3b2ffa6"
12+
url "https://github.com/cego/gitte/releases/download/2.1.3/gitte-darwin-amd64.tar.gz"
13+
sha256 "540ddc7a42ab8e6f8f79fdf2427a1fdd6d4a8707d3aacc6c567fc3bc4de40e8f"
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.2/gitte-linux-arm64.tar.gz"
20-
sha256 "9165abded42a51da22c378d1ae9833a239b18c6aa91a1c329761e782f290af81"
19+
url "https://github.com/cego/gitte/releases/download/2.1.3/gitte-linux-arm64.tar.gz"
20+
sha256 "04946fda82187ca1c914a78281a9691332205875b678b07f93c4293757d3e86b"
2121
else
22-
url "https://github.com/cego/gitte/releases/download/2.1.2/gitte-linux-amd64.tar.gz"
23-
sha256 "f98368ff133b3fa13cfab8027dbed3f1c565668bf712165163da09eaed617862"
22+
url "https://github.com/cego/gitte/releases/download/2.1.3/gitte-linux-amd64.tar.gz"
23+
sha256 "8b0f028c35c271afd752bf5e9ff3ed84557aabf71840324ad26045d8a93aa160"
2424
end
2525
end
2626

0 commit comments

Comments
 (0)