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