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.20240603072406 "
8
+ version "1.20240613140400 "
9
9
10
10
on_macos do
11
11
if Hardware ::CPU . arm?
12
- url "https://github.com/nais/cli/releases/download/1.20240603072406 /nais-cli_1.20240603072406_darwin_arm64 .tar.gz"
13
- sha256 "0baf79b1ad616b4a091f3ef1a7d196366e9f9a1f362ea96e4f374a6598c960a0 "
12
+ url "https://github.com/nais/cli/releases/download/1.20240613140400 /nais-cli_1.20240613140400_darwin_arm64 .tar.gz"
13
+ sha256 "1214e655426bba4af6eb03b527adbbf20024b37129686944c103f1ededfa50c5 "
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.20240603072406 /nais-cli_1.20240603072406_darwin_amd64 .tar.gz"
21
- sha256 "f69fc4598d3cd226ca77a7f13ee1fdc7151e84b0cf8dcf168e68618edfcf9152 "
20
+ url "https://github.com/nais/cli/releases/download/1.20240613140400 /nais-cli_1.20240613140400_darwin_amd64 .tar.gz"
21
+ sha256 "64a790de46183c865cf7a8eef0e6f46130d8d49310a9e50531d332fc6c44adc8 "
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.20240603072406 /nais-cli_1.20240603072406_linux_amd64 .tar.gz"
32
- sha256 "f6690a5c303db55b2128068b0e60bced58940e0a8e2cb15ff889c0021425d620 "
31
+ url "https://github.com/nais/cli/releases/download/1.20240613140400 /nais-cli_1.20240613140400_linux_amd64 .tar.gz"
32
+ sha256 "c52a4c78318469f168d63ec2d30be8b93f2dbb896ed75e74ef399fa9246530a2 "
33
33
34
34
def install
35
35
bin . install "nais"
You can’t perform that action at this time.
0 commit comments