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.0 "
4+ version "2.1.1 "
55 license "MIT"
66
77 on_macos do
88 if Hardware ::CPU . arm?
9- url "https://github.com/cego/gitte/releases/download/2.1.0 /gitte-darwin-arm64.tar.gz"
10- sha256 "e7ebf9835845c1c6cf50547c912df6efacb53da668cdb83cb3a28e7564fa916f "
9+ url "https://github.com/cego/gitte/releases/download/2.1.1 /gitte-darwin-arm64.tar.gz"
10+ sha256 "5216d03b31c3d644d2fdd0ec78992f2bdaf855c1163c5c67d0205d92b0f91beb "
1111 else
12- url "https://github.com/cego/gitte/releases/download/2.1.0 /gitte-darwin-amd64.tar.gz"
13- sha256 "9185648edddf2ea1cb604b29c635f6e0ad6521218912d659275e2dc5dda51592 "
12+ url "https://github.com/cego/gitte/releases/download/2.1.1 /gitte-darwin-amd64.tar.gz"
13+ sha256 "caa6fb63c482a952c230dfd78c2f14c2addd36e6085783c0407ea54757075e83 "
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.0 /gitte-linux-arm64.tar.gz"
20- sha256 "a7384e535c1b9f1f38bd2c7edcd0f252ed9fb26ce8fc1676a175df0ce577e9cf "
19+ url "https://github.com/cego/gitte/releases/download/2.1.1 /gitte-linux-arm64.tar.gz"
20+ sha256 "b803a7a9d6ef5ab68af327c158a09c49bd04c9d5364abc14bfa1ee3cfaeee3d3 "
2121 else
22- url "https://github.com/cego/gitte/releases/download/2.1.0 /gitte-linux-amd64.tar.gz"
23- sha256 "b6a21a3fce38093d9d419eb7498c258df56bf263c1c2a3b1cfa5b7cf518cce18 "
22+ url "https://github.com/cego/gitte/releases/download/2.1.1 /gitte-linux-amd64.tar.gz"
23+ sha256 "a3daf39af3a3a1c9c3f801eb87695cf9c4848d75970129d2291bab75c3a29590 "
2424 end
2525 end
2626
You can’t perform that action at this time.
0 commit comments