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