5
5
class Narc < Formula
6
6
desc "NAIS Administration CLI"
7
7
homepage "https://github.com/nais/narcos"
8
- version "1.20250319173556 "
8
+ version "1.20250320113917 "
9
9
10
10
on_macos do
11
11
on_intel do
12
- url "https://github.com/nais/narcos/releases/download/1.20250319173556 /narc-cli_1.20250319173556_darwin_amd64 .tar.gz"
13
- sha256 "7fa47b17428017e7f9827a20fe272ad47c9d20e8255daadd8c87416b5cef059d "
12
+ url "https://github.com/nais/narcos/releases/download/1.20250320113917 /narc-cli_1.20250320113917_darwin_amd64 .tar.gz"
13
+ sha256 "f536c752189dab5e03b417ec3c9619fa47bd7dd36bf9916e5895985ba46613e5 "
14
14
15
15
def install
16
16
bin . install "narc"
17
17
end
18
18
end
19
19
on_arm do
20
- url "https://github.com/nais/narcos/releases/download/1.20250319173556 /narc-cli_1.20250319173556_darwin_arm64 .tar.gz"
21
- sha256 "608e690cab810241224a42a777fed12172c34654f235ff9be6b4e8bbedde40cf "
20
+ url "https://github.com/nais/narcos/releases/download/1.20250320113917 /narc-cli_1.20250320113917_darwin_arm64 .tar.gz"
21
+ sha256 "e6cb09a4083748e7689521175a5f56ee9227c1b3dae77dee1a0343708c95fce0 "
22
22
23
23
def install
24
24
bin . install "narc"
@@ -29,8 +29,8 @@ def install
29
29
on_linux do
30
30
on_intel do
31
31
if Hardware ::CPU . is_64_bit?
32
- url "https://github.com/nais/narcos/releases/download/1.20250319173556 /narc-cli_1.20250319173556_linux_amd64 .tar.gz"
33
- sha256 "0c3158ef62c8fa80813f61c20f961ee116a9ed7029a9df4279d6e12fe89fe978 "
32
+ url "https://github.com/nais/narcos/releases/download/1.20250320113917 /narc-cli_1.20250320113917_linux_amd64 .tar.gz"
33
+ sha256 "1d03bb9bc591c2ef6d88762b23e6893a93089acfcef6f72c4c7a054ded64e32e "
34
34
35
35
def install
36
36
bin . install "narc"
@@ -39,8 +39,8 @@ def install
39
39
end
40
40
on_arm do
41
41
if Hardware ::CPU . is_64_bit?
42
- url "https://github.com/nais/narcos/releases/download/1.20250319173556 /narc-cli_1.20250319173556_linux_arm64 .tar.gz"
43
- sha256 "625c82fb7fef0c0c2c62fdab74dc667453aaa29bae3e6144c53888ac321ea662 "
42
+ url "https://github.com/nais/narcos/releases/download/1.20250320113917 /narc-cli_1.20250320113917_linux_arm64 .tar.gz"
43
+ sha256 "4d7cafb1fd5b5a4eba89bba324b50d84a15e74a3ed504a8027b52ae924644ac2 "
44
44
45
45
def install
46
46
bin . install "narc"
0 commit comments