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