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.20240823113206 "
8
+ version "1.20240902054735 "
9
9
10
10
on_macos do
11
11
if Hardware ::CPU . arm?
12
- url "https://github.com/nais/cli/releases/download/1.20240823113206 /nais-cli_1.20240823113206_darwin_arm64 .tar.gz"
13
- sha256 "1073b908f9033ae2fe836a53bffa399a759f423a99a13dd8d2996e2a585cd953 "
12
+ url "https://github.com/nais/cli/releases/download/1.20240902054735 /nais-cli_1.20240902054735_darwin_arm64 .tar.gz"
13
+ sha256 "97fd8280bd1ade9dbdf93f6f201bb0c3d248e6920b7f7e19c2e347af4fba6f02 "
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.20240823113206 /nais-cli_1.20240823113206_darwin_amd64 .tar.gz"
21
- sha256 "9af2435ee1d5256eb0b6589d3d0d6faaf06b9ad2581bfb1736bf70f69b2524d3 "
20
+ url "https://github.com/nais/cli/releases/download/1.20240902054735 /nais-cli_1.20240902054735_darwin_amd64 .tar.gz"
21
+ sha256 "1221e79b2a36ed2fcd29a67d7b80c2d6ce3e6d0ddd848b7d11a6b37028ece9bc "
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.20240823113206 /nais-cli_1.20240823113206_linux_amd64 .tar.gz"
32
- sha256 "13c2f3c714f4e80b9a97185b239ab1b611b6de264aba5ee7e9ebe763f0d1fbad "
31
+ url "https://github.com/nais/cli/releases/download/1.20240902054735 /nais-cli_1.20240902054735_linux_amd64 .tar.gz"
32
+ sha256 "164725b98cd9d6dfd5277c0d200878fb9ff4932a21ed979997cf3caa70778a63 "
33
33
34
34
def install
35
35
bin . install "nais"
You can’t perform that action at this time.
0 commit comments