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.20240829101348 "
8
+ version "1.20240829101951 "
9
9
10
10
on_macos do
11
11
if Hardware ::CPU . arm?
12
- url "https://github.com/nais/narcos/releases/download/1.20240829101348 /narc-cli_1.20240829101348_darwin_arm64 .tar.gz"
13
- sha256 "3f42233f6e9a7f8e4e5f69983d43c8c35b553c9aa02f858de8c8a3ca5dd6c692 "
12
+ url "https://github.com/nais/narcos/releases/download/1.20240829101951 /narc-cli_1.20240829101951_darwin_arm64 .tar.gz"
13
+ sha256 "8bb78a6d09c98c3a7e6f1d616312948b86e5f46ab65f289190e21504162e90ed "
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.20240829101348 /narc-cli_1.20240829101348_darwin_amd64 .tar.gz"
21
- sha256 "67d54374755fe0e0610d547b509a2af7ac9319c674c4d336b46847d994d962b1 "
20
+ url "https://github.com/nais/narcos/releases/download/1.20240829101951 /narc-cli_1.20240829101951_darwin_amd64 .tar.gz"
21
+ sha256 "5455a02dfcc1ac4ef4805264d827a389c76fb28c91db76398418a31d948a06f1 "
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.20240829101348 /narc-cli_1.20240829101348_linux_amd64 .tar.gz"
32
- sha256 "3459798eec723863cbb7bf05b4295e323232f99d6c005a2da5e1391df4e318ee "
31
+ url "https://github.com/nais/narcos/releases/download/1.20240829101951 /narc-cli_1.20240829101951_linux_amd64 .tar.gz"
32
+ sha256 "15347c942a33b80c1f55a1bee027c3ea9c9612ad51e410fdedcd9e83b0ce6b2d "
33
33
34
34
def install
35
35
bin . install "narc"
You can’t perform that action at this time.
0 commit comments