File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
class Nais < Formula
6
6
desc "Command-line interface for NAIS"
7
7
homepage "https://github.com/nais/cli"
8
- version "1.20240918113603 "
8
+ version "1.20240918124122 "
9
9
10
10
on_macos do
11
11
if Hardware ::CPU . arm?
12
- url "https://github.com/nais/cli/releases/download/1.20240918113603 /nais-cli_1.20240918113603_darwin_arm64 .tar.gz"
13
- sha256 "adf91c1544a2166f32e5e3e537ba99da5fcb3dbc87cd3d6f811d78496f95d2d0 "
12
+ url "https://github.com/nais/cli/releases/download/1.20240918124122 /nais-cli_1.20240918124122_darwin_arm64 .tar.gz"
13
+ sha256 "5c03664322a347f438aca4b9816dc3fd69dba3b10dcdff5e00efb90dcdf76fb6 "
14
14
15
15
def install
16
16
bin . install "nais"
17
17
end
18
18
end
19
19
if Hardware ::CPU . intel?
20
- url "https://github.com/nais/cli/releases/download/1.20240918113603 /nais-cli_1.20240918113603_darwin_amd64 .tar.gz"
21
- sha256 "0df8c1914f341cb12bad5e7389cd6c6a0d542d98142e2a7b93ef6711d92d1ca7 "
20
+ url "https://github.com/nais/cli/releases/download/1.20240918124122 /nais-cli_1.20240918124122_darwin_amd64 .tar.gz"
21
+ sha256 "d8d4396c76055378d0caf83566065f2ef3566e0e161290548d4635234e2e5ac0 "
22
22
23
23
def install
24
24
bin . install "nais"
@@ -28,8 +28,8 @@ def install
28
28
29
29
on_linux do
30
30
if Hardware ::CPU . intel?
31
- url "https://github.com/nais/cli/releases/download/1.20240918113603 /nais-cli_1.20240918113603_linux_amd64 .tar.gz"
32
- sha256 "6be76d5e0f708ddd6b3c535dd700c71490c25535b8c5e19a45fd072b9cba4637 "
31
+ url "https://github.com/nais/cli/releases/download/1.20240918124122 /nais-cli_1.20240918124122_linux_amd64 .tar.gz"
32
+ sha256 "4eaaa055eddd7dd206a4efd58f7ea0477fbaf69b45d2043df99daddd3a413943 "
33
33
34
34
def install
35
35
bin . install "nais"
You can’t perform that action at this time.
0 commit comments