5
5
class Narc < Formula
6
6
desc "NAIS Administration CLI"
7
7
homepage "https://github.com/nais/narcos"
8
- version "1.20250228203326 "
8
+ version "1.20250319170753 "
9
9
10
10
on_macos do
11
11
on_intel do
12
- url "https://github.com/nais/narcos/releases/download/1.20250228203326 /narc-cli_1.20250228203326_darwin_amd64 .tar.gz"
13
- sha256 "f55647b633de6d3ee8214b9d0027e95b6787339262fa84f87eeaaea422318343 "
12
+ url "https://github.com/nais/narcos/releases/download/1.20250319170753 /narc-cli_1.20250319170753_darwin_amd64 .tar.gz"
13
+ sha256 "5ccb38d7cd54f3dd6c8bf349f7459016105595cf883a62ba01d7b587fb92a506 "
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.20250228203326 /narc-cli_1.20250228203326_darwin_arm64 .tar.gz"
21
- sha256 "6e70b3d3551047cdd5e12e7d16da4d1b69261b95a2ee534dc8336ce5eb31683e "
20
+ url "https://github.com/nais/narcos/releases/download/1.20250319170753 /narc-cli_1.20250319170753_darwin_arm64 .tar.gz"
21
+ sha256 "3d9fc6b49e5670e75527cc2297b2599dbd58ed3b353ac623c9c581e3d13cd92f "
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.20250228203326 /narc-cli_1.20250228203326_linux_amd64 .tar.gz"
33
- sha256 "310d288c108871debc8ea730eccc0e72617bd6d7e557cb0488ae522c7a2aff7f "
32
+ url "https://github.com/nais/narcos/releases/download/1.20250319170753 /narc-cli_1.20250319170753_linux_amd64 .tar.gz"
33
+ sha256 "9b83d67fe7cff78de2e9dc193424c797253aedb0cb2ebfbf3988ecfb051860bd "
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.20250228203326 /narc-cli_1.20250228203326_linux_arm64 .tar.gz"
43
- sha256 "dc71ea05e702b481484f5e2145878b3f18f6231c053657c12fe3bd4686e60f0e "
42
+ url "https://github.com/nais/narcos/releases/download/1.20250319170753 /narc-cli_1.20250319170753_linux_arm64 .tar.gz"
43
+ sha256 "a9e3fdd00fabb5e236c4b5401cfe62b64c8193dc00d2d2dfdcb3fa3794e3973c "
44
44
45
45
def install
46
46
bin . install "narc"
0 commit comments