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 NitroCli < Formula
22 desc "ChilliCream Nitro Command Line"
33 homepage "https://chillicream.com"
4- version "16.0.10 "
4+ version "16.0.11 "
55 license "MIT"
66
77 livecheck do
@@ -11,23 +11,23 @@ class NitroCli < Formula
1111
1212 on_macos do
1313 on_arm do
14- url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.10 /nitro-osx-arm64.zip"
15- sha256 "83235e90db61045da42ac4796e37d15be00d774b4f429741edb9ea64a3d3c41d "
14+ url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.11 /nitro-osx-arm64.zip"
15+ sha256 "821971594ccb90e3b0dd04a6a5a9e34f0e890da5ec74df8dacd554ce3878a48d "
1616 end
1717 on_intel do
18- url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.10 /nitro-osx-x64.zip"
19- sha256 "d25467108573d8b9d523a940f1ed565723949e7c04d0e9b1a4aa899756396158 "
18+ url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.11 /nitro-osx-x64.zip"
19+ sha256 "5ffb759e5ede2c7fdcadf97e50c57f68e88bca188411cd4d35fa5a6567721e73 "
2020 end
2121 end
2222
2323 on_linux do
2424 on_arm do
25- url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.10 /nitro-linux-arm64.tar.gz"
26- sha256 "8903ff9b6434968be435c0b9aa2a815b0c01d55e83dc3f05314d5ad907184e57 "
25+ url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.11 /nitro-linux-arm64.tar.gz"
26+ sha256 "93afbee9077df681e49eac902b7884ef699ec9c9d5c18c514de3ab045c30a522 "
2727 end
2828 on_intel do
29- url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.10 /nitro-linux-x64.tar.gz"
30- sha256 "c7cb1e483aa554c6147601a835f27ac4f8b023b56e227d129698981397584ef2 "
29+ url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.11 /nitro-linux-x64.tar.gz"
30+ sha256 "b6c37ecbd97649dd958b5d2645ca3d1a1677fbfed2d4b723549d20678bd1b641 "
3131 end
3232 end
3333
Original file line number Diff line number Diff line change 1+ class NitroCliAT16011 < Formula
2+ desc "ChilliCream Nitro Command Line"
3+ homepage "https://chillicream.com"
4+ version "16.0.11"
5+ license "MIT"
6+
7+ on_macos do
8+ on_arm do
9+ url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.11/nitro-osx-arm64.zip"
10+ sha256 "821971594ccb90e3b0dd04a6a5a9e34f0e890da5ec74df8dacd554ce3878a48d"
11+ end
12+ on_intel do
13+ url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.11/nitro-osx-x64.zip"
14+ sha256 "5ffb759e5ede2c7fdcadf97e50c57f68e88bca188411cd4d35fa5a6567721e73"
15+ end
16+ end
17+
18+ on_linux do
19+ on_arm do
20+ url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.11/nitro-linux-arm64.tar.gz"
21+ sha256 "93afbee9077df681e49eac902b7884ef699ec9c9d5c18c514de3ab045c30a522"
22+ end
23+ on_intel do
24+ url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.11/nitro-linux-x64.tar.gz"
25+ sha256 "b6c37ecbd97649dd958b5d2645ca3d1a1677fbfed2d4b723549d20678bd1b641"
26+ end
27+ end
28+
29+ def install
30+ bin . install "nitro"
31+ end
32+
33+ test do
34+ assert_match version . to_s , shell_output ( "#{ bin } /nitro --version" )
35+ end
36+ end
Original file line number Diff line number Diff line change 11class NitroCliAT16 < Formula
22 desc "ChilliCream Nitro Command Line"
33 homepage "https://chillicream.com"
4- version "16.0.10 "
4+ version "16.0.11 "
55 license "MIT"
66
77 livecheck do
@@ -12,23 +12,23 @@ class NitroCliAT16 < Formula
1212
1313 on_macos do
1414 on_arm do
15- url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.10 /nitro-osx-arm64.zip"
16- sha256 "83235e90db61045da42ac4796e37d15be00d774b4f429741edb9ea64a3d3c41d "
15+ url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.11 /nitro-osx-arm64.zip"
16+ sha256 "821971594ccb90e3b0dd04a6a5a9e34f0e890da5ec74df8dacd554ce3878a48d "
1717 end
1818 on_intel do
19- url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.10 /nitro-osx-x64.zip"
20- sha256 "d25467108573d8b9d523a940f1ed565723949e7c04d0e9b1a4aa899756396158 "
19+ url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.11 /nitro-osx-x64.zip"
20+ sha256 "5ffb759e5ede2c7fdcadf97e50c57f68e88bca188411cd4d35fa5a6567721e73 "
2121 end
2222 end
2323
2424 on_linux do
2525 on_arm do
26- url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.10 /nitro-linux-arm64.tar.gz"
27- sha256 "8903ff9b6434968be435c0b9aa2a815b0c01d55e83dc3f05314d5ad907184e57 "
26+ url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.11 /nitro-linux-arm64.tar.gz"
27+ sha256 "93afbee9077df681e49eac902b7884ef699ec9c9d5c18c514de3ab045c30a522 "
2828 end
2929 on_intel do
30- url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.10 /nitro-linux-x64.tar.gz"
31- sha256 "c7cb1e483aa554c6147601a835f27ac4f8b023b56e227d129698981397584ef2 "
30+ url "https://github.com/ChilliCream/graphql-platform/releases/download/16.0.11 /nitro-linux-x64.tar.gz"
31+ sha256 "b6c37ecbd97649dd958b5d2645ca3d1a1677fbfed2d4b723549d20678bd1b641 "
3232 end
3333 end
3434
You can’t perform that action at this time.
0 commit comments