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.20240628111438 "
8
+ version "1.20240710131245 "
9
9
10
10
on_macos do
11
11
if Hardware ::CPU . arm?
12
- url "https://github.com/nais/cli/releases/download/1.20240628111438 /nais-cli_1.20240628111438_darwin_arm64 .tar.gz"
13
- sha256 "a713aa360649739d464e3f91e88a6dbcdf3e4a26a056e76b07cd9b81508902b0 "
12
+ url "https://github.com/nais/cli/releases/download/1.20240710131245 /nais-cli_1.20240710131245_darwin_arm64 .tar.gz"
13
+ sha256 "145e230143c3a0dbd7466faa776a0f6687de2eb2595d42b832fbf077ce727ff3 "
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.20240628111438 /nais-cli_1.20240628111438_darwin_amd64 .tar.gz"
21
- sha256 "8b405694a8cab3871fdc9d2eff2c8ad3d48b02adb3568955915aa32687c6030e "
20
+ url "https://github.com/nais/cli/releases/download/1.20240710131245 /nais-cli_1.20240710131245_darwin_amd64 .tar.gz"
21
+ sha256 "a276f39f8d5de79464bbe9163fc2253ab4ce59913cd48889e411e6fa148172eb "
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.20240628111438 /nais-cli_1.20240628111438_linux_amd64 .tar.gz"
32
- sha256 "291327f8b894f411598a8fb91d2601a3e3b857b3e256314fb51643b1d0e31f98 "
31
+ url "https://github.com/nais/cli/releases/download/1.20240710131245 /nais-cli_1.20240710131245_linux_amd64 .tar.gz"
32
+ sha256 "441c7d1dda3c39ae36b9ebe7c606f364401ba5bff8da4761465a5991136fdbde "
33
33
34
34
def install
35
35
bin . install "nais"
You can’t perform that action at this time.
0 commit comments