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 Narc < Formula
6
6
desc "NAIS Administration CLI"
7
7
homepage "https://github.com/nais/narcos"
8
- version "1.20240710132708 "
8
+ version "1.20240805105407 "
9
9
10
10
on_macos do
11
11
if Hardware ::CPU . arm?
12
- url "https://github.com/nais/narcos/releases/download/1.20240710132708 /narc-cli_1.20240710132708_darwin_arm64 .tar.gz"
13
- sha256 "34608f0025db5e9f7a9a85d9a59df0271ea70e05c5b73d8a0b7a4e1c8236d9e7 "
12
+ url "https://github.com/nais/narcos/releases/download/1.20240805105407 /narc-cli_1.20240805105407_darwin_arm64 .tar.gz"
13
+ sha256 "93508424c1ebbebb21a54d8aa25b0951773d81834fa90bc5563990ee7bba7646 "
14
14
15
15
def install
16
16
bin . install "narc"
17
17
end
18
18
end
19
19
if Hardware ::CPU . intel?
20
- url "https://github.com/nais/narcos/releases/download/1.20240710132708 /narc-cli_1.20240710132708_darwin_amd64 .tar.gz"
21
- sha256 "7927c7a353267acb6af319a8227df6f1659b8bb8c500f452b1a3ca7a53485b9a "
20
+ url "https://github.com/nais/narcos/releases/download/1.20240805105407 /narc-cli_1.20240805105407_darwin_amd64 .tar.gz"
21
+ sha256 "2264bfea6615c63db0a25d70634651898f71f3137a643faf1abebf394f8deb39 "
22
22
23
23
def install
24
24
bin . install "narc"
@@ -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/narcos/releases/download/1.20240710132708 /narc-cli_1.20240710132708_linux_amd64 .tar.gz"
32
- sha256 "bb6336acc1d1929dc2d4d40c15ba6ca9a46f9bf70a325ef9972267f4e291e2b8 "
31
+ url "https://github.com/nais/narcos/releases/download/1.20240805105407 /narc-cli_1.20240805105407_linux_amd64 .tar.gz"
32
+ sha256 "3ac348a67dff4d484b8fad7cb829aece22956f87e8654039cc95542a84918ed7 "
33
33
34
34
def install
35
35
bin . install "narc"
You can’t perform that action at this time.
0 commit comments