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.0 .0"
4+ version "2.1 .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/gitte-darwin-arm64.tar.gz"
10- sha256 "2d643c454176e6f0e9ad7e9853cf035ddfba4b9696c0b2cff36cd392e31e592c "
9+ url "https://github.com/cego/gitte/releases/download/2.1 .0/gitte-darwin-arm64.tar.gz"
10+ sha256 "e7ebf9835845c1c6cf50547c912df6efacb53da668cdb83cb3a28e7564fa916f "
1111 else
12- url "https://github.com/cego/gitte/releases/download/2.0 .0/gitte-darwin-amd64.tar.gz"
13- sha256 "c424a3671fc4df93f45f3f3a557067fdf65b2b00c74478d6a21dbd0b9ba65023 "
12+ url "https://github.com/cego/gitte/releases/download/2.1 .0/gitte-darwin-amd64.tar.gz"
13+ sha256 "9185648edddf2ea1cb604b29c635f6e0ad6521218912d659275e2dc5dda51592 "
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/gitte-linux-arm64.tar.gz"
20- sha256 "190f6af7d563279a5f49c8d4012a027b4e2317bb701418cfe7ca3f3cf58984db "
19+ url "https://github.com/cego/gitte/releases/download/2.1 .0/gitte-linux-arm64.tar.gz"
20+ sha256 "a7384e535c1b9f1f38bd2c7edcd0f252ed9fb26ce8fc1676a175df0ce577e9cf "
2121 else
22- url "https://github.com/cego/gitte/releases/download/2.0 .0/gitte-linux-amd64.tar.gz"
23- sha256 "a063bd4cf23a377efb761d0582aba6a7afdcb9bafd8f6453586ffffd6487cec8 "
22+ url "https://github.com/cego/gitte/releases/download/2.1 .0/gitte-linux-amd64.tar.gz"
23+ sha256 "b6a21a3fce38093d9d419eb7498c258df56bf263c1c2a3b1cfa5b7cf518cce18 "
2424 end
2525 end
2626
You can’t perform that action at this time.
0 commit comments