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