File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
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.20240710130336 "
8
+ version "1.20240710132708 "
9
9
10
10
on_macos do
11
- if Hardware ::CPU . intel ?
12
- url "https://github.com/nais/narcos/releases/download/1.20240710130336 /narc-cli_1.20240710130336_darwin_amd64 .tar.gz"
13
- sha256 "5c1ab13575a0241a4e1132045c85c4b467be22a231a5d039b36f1320970423b2 "
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 "
14
14
15
15
def install
16
16
bin . install "narc"
17
17
end
18
18
end
19
- if Hardware ::CPU . arm ?
20
- url "https://github.com/nais/narcos/releases/download/1.20240710130336 /narc-cli_1.20240710130336_darwin_arm64 .tar.gz"
21
- sha256 "297a69d8a5dcae8597ba7620be9b341a3279ecff0dea5c901f8b947fddecc74b "
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 "
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.20240710130336 /narc-cli_1.20240710130336_linux_amd64 .tar.gz"
32
- sha256 "b863f6c49891ba439c887c4cff62dc9558769ba48e9851e01aea732ca27746f2 "
31
+ url "https://github.com/nais/narcos/releases/download/1.20240710132708 /narc-cli_1.20240710132708_linux_amd64 .tar.gz"
32
+ sha256 "bb6336acc1d1929dc2d4d40c15ba6ca9a46f9bf70a325ef9972267f4e291e2b8 "
33
33
34
34
def install
35
35
bin . install "narc"
You can’t perform that action at this time.
0 commit comments