File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class Gitte < Formula
22 desc "Developer environment orchestration tool"
33 homepage "https://github.com/cego/gitte"
4- version "2.1.4 "
4+ version "2.1.7 "
55 license "MIT"
66
77 on_macos do
88 if Hardware ::CPU . arm?
9- url "https://github.com/cego/gitte/releases/download/2.1.4 /gitte-darwin-arm64.tar.gz"
10- sha256 "977ff325b7d8b46df400c7baad02c6fbec0e8c2d51e6dd31e94908e95714c919 "
9+ url "https://github.com/cego/gitte/releases/download/2.1.7 /gitte-darwin-arm64.tar.gz"
10+ sha256 "3abba49e8bab08e1d4c33efe3e89d7f969e7a7c8149a168a4c74991d3d305576 "
1111 else
12- url "https://github.com/cego/gitte/releases/download/2.1.4 /gitte-darwin-amd64.tar.gz"
13- sha256 "b36198a6c0127440c54d748b68b259ef1ddad2996716fad203b6147d64fc8849 "
12+ url "https://github.com/cego/gitte/releases/download/2.1.7 /gitte-darwin-amd64.tar.gz"
13+ sha256 "acbdf2c155148b2d81d5ffeb80feacf328fda93642566ae3a120dd968b42fc7a "
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.4 /gitte-linux-arm64.tar.gz"
20- sha256 "4258f222ed20395f86c0414cc0f35eda383283b821d81d9da095b6c0e0837805 "
19+ url "https://github.com/cego/gitte/releases/download/2.1.7 /gitte-linux-arm64.tar.gz"
20+ sha256 "6e65933bc4fafc5b9430c52e1053fba025d3c816cd715e9fc4adea60f984e8ef "
2121 else
22- url "https://github.com/cego/gitte/releases/download/2.1.4 /gitte-linux-amd64.tar.gz"
23- sha256 "c304b3e9c960e3e915432eb227ee7ee73a5a5fdd87c8eacfb55bc021d8c4fc80 "
22+ url "https://github.com/cego/gitte/releases/download/2.1.7 /gitte-linux-amd64.tar.gz"
23+ sha256 "2f2bdc3c13e069baad00ef86ae84b81039f5e24f396b7e2360e9b1691dd6b4b0 "
2424 end
2525 end
2626
You can’t perform that action at this time.
0 commit comments