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