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