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.20240911135252 "
8
+ version "1.20240912130455 "
9
9
10
10
on_macos do
11
11
if Hardware ::CPU . arm?
12
- url "https://github.com/nais/cli/releases/download/1.20240911135252 /nais-cli_1.20240911135252_darwin_arm64 .tar.gz"
13
- sha256 "222a61b0464206db599cf32e26564481b555e19b43f3648e82f19fb8c13f95e3 "
12
+ url "https://github.com/nais/cli/releases/download/1.20240912130455 /nais-cli_1.20240912130455_darwin_arm64 .tar.gz"
13
+ sha256 "49e4085388599bb10801e19a0715f733a654c6cd7f956f3d7c9aa79c8eb47de3 "
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.20240911135252 /nais-cli_1.20240911135252_darwin_amd64 .tar.gz"
21
- sha256 "3441bf8e4c643acaa442d0bd1213aa11525c70682405666e1965f2e9778bee3e "
20
+ url "https://github.com/nais/cli/releases/download/1.20240912130455 /nais-cli_1.20240912130455_darwin_amd64 .tar.gz"
21
+ sha256 "ad56efea581e1d2428ff68741aef37ccf35a7e2f7e1f5279e745922e61a0aeba "
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.20240911135252 /nais-cli_1.20240911135252_linux_amd64 .tar.gz"
32
- sha256 "27882194a1e5a93e7e0a8eef88f4ba4de89b48bcc03b9e7947efd68aa954c1ea "
31
+ url "https://github.com/nais/cli/releases/download/1.20240912130455 /nais-cli_1.20240912130455_linux_amd64 .tar.gz"
32
+ sha256 "084e7ab6669eccf683a9e4e354b9df5ecd5d1c934fcc11f66c9d20a7c962817a "
33
33
34
34
def install
35
35
bin . install "nais"
You can’t perform that action at this time.
0 commit comments