5
5
class Narc < Formula
6
6
desc "NAIS Administration CLI"
7
7
homepage "https://github.com/nais/narcos"
8
- version "1.20250207081232 "
8
+ version "1.20250214090955 "
9
9
10
10
on_macos do
11
11
on_intel do
12
- url "https://github.com/nais/narcos/releases/download/1.20250207081232 /narc-cli_1.20250207081232_darwin_amd64 .tar.gz"
13
- sha256 "ec256be8f7a6c4d40d2400d1d1b9fb331e572268d69feb6fc001dfaa3dc2bcbe "
12
+ url "https://github.com/nais/narcos/releases/download/1.20250214090955 /narc-cli_1.20250214090955_darwin_amd64 .tar.gz"
13
+ sha256 "0fa954bd107f4ff06356679b89fe5ea094320c794684958411de48b5fdb811d3 "
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.20250207081232 /narc-cli_1.20250207081232_darwin_arm64 .tar.gz"
21
- sha256 "44b814df10bdc118609e918e3447e9af6fd2d2f940be76963f2d60d5b971c0cc "
20
+ url "https://github.com/nais/narcos/releases/download/1.20250214090955 /narc-cli_1.20250214090955_darwin_arm64 .tar.gz"
21
+ sha256 "28e2b364f0cdd46d8627de78a01b2d2f3e97fb7a372ccbe88ad0ec96b058c433 "
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.20250207081232 /narc-cli_1.20250207081232_linux_amd64 .tar.gz"
33
- sha256 "4c5cb0d334bd8ea1095ce606bae45a7f1d53064b6a167c28c69620dceb8814f7 "
32
+ url "https://github.com/nais/narcos/releases/download/1.20250214090955 /narc-cli_1.20250214090955_linux_amd64 .tar.gz"
33
+ sha256 "5a2227fe171012217fadca21a2868b22bf2f62b556e679a42798e4fd81cafc00 "
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.20250207081232 /narc-cli_1.20250207081232_linux_arm64 .tar.gz"
43
- sha256 "1e6576cd02f83ee768bc2d2fdd3fa57a53d65703677cd57942ee1df363290e8a "
42
+ url "https://github.com/nais/narcos/releases/download/1.20250214090955 /narc-cli_1.20250214090955_linux_arm64 .tar.gz"
43
+ sha256 "6902073c3d0a0e9143f86fb5bbbe1ef978b0d2a1eaa4ea2160e55cb6213a99a1 "
44
44
45
45
def install
46
46
bin . install "narc"
0 commit comments