Skip to content

Commit 8ca03de

Browse files
author
atlassian-cli-bot
committed
Brew formula update for acli version 1.1.1-rovodev
1 parent de24d04 commit 8ca03de

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Formula/acli.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
class Acli < Formula
66
desc "Software to interact with Atlassian Cloud from the terminal"
77
homepage "https://developer.atlassian.com/cloud/acli/reference/commands/"
8-
version "1.1.1-stable"
8+
version "1.1.1-rovodev"
99

1010
on_macos do
1111
if Hardware::CPU.intel?
12-
url "https://acli.atlassian.com/darwin/1.1.1-stable/acli_1.1.1-stable_darwin_amd64.tar.gz", using: CurlDownloadStrategy
13-
sha256 "7f351ce8c22a3d11b136d332729da2e44ba1ccbd664ea4ae4947057e7d5daef7"
12+
url "https://acli.atlassian.com/darwin/1.1.1-rovodev/acli_1.1.1-rovodev_darwin_amd64.tar.gz", using: CurlDownloadStrategy
13+
sha256 "75f56d3adb8a27169ef38dd5ed33170a20342adf2e76083ef75f212a1acc054a"
1414

1515
def install
1616
bin.install "acli"
1717
end
1818
end
1919
if Hardware::CPU.arm?
20-
url "https://acli.atlassian.com/darwin/1.1.1-stable/acli_1.1.1-stable_darwin_arm64.tar.gz", using: CurlDownloadStrategy
21-
sha256 "640343c5045fe1a204d00052f14f34097cf7ccda7c5c193cdda16bb8032bbacb"
20+
url "https://acli.atlassian.com/darwin/1.1.1-rovodev/acli_1.1.1-rovodev_darwin_arm64.tar.gz", using: CurlDownloadStrategy
21+
sha256 "1b78cc407e1525472a2a9a07e6906584f9f0c1dc5629a06a417307f514b1186a"
2222

2323
def install
2424
bin.install "acli"
@@ -28,15 +28,15 @@ def install
2828

2929
on_linux do
3030
if Hardware::CPU.intel? and Hardware::CPU.is_64_bit?
31-
url "https://acli.atlassian.com/linux/1.1.1-stable/acli_1.1.1-stable_linux_amd64.tar.gz", using: CurlDownloadStrategy
32-
sha256 "1bf0dc10c7ef79a7d400616aa0e70dc8eb2f9849d8fcf148daaee8e32513e018"
31+
url "https://acli.atlassian.com/linux/1.1.1-rovodev/acli_1.1.1-rovodev_linux_amd64.tar.gz", using: CurlDownloadStrategy
32+
sha256 "ff64525d8deea93d9ae1e83efdd3a4ec89cde1da22ecb10078cd53bc0d219367"
3333
def install
3434
bin.install "acli"
3535
end
3636
end
3737
if Hardware::CPU.arm? and Hardware::CPU.is_64_bit?
38-
url "https://acli.atlassian.com/linux/1.1.1-stable/acli_1.1.1-stable_linux_arm64.tar.gz", using: CurlDownloadStrategy
39-
sha256 "3a06b335bfce201257e15d3a895a9b9939c3a59c877a40ef09dd1136ff4c20a6"
38+
url "https://acli.atlassian.com/linux/1.1.1-rovodev/acli_1.1.1-rovodev_linux_arm64.tar.gz", using: CurlDownloadStrategy
39+
sha256 "213e3b80d9cb570f836805956ed09030fcc88c7b67dc914a75f003bcb224cb5e"
4040
def install
4141
bin.install "acli"
4242
end

0 commit comments

Comments
 (0)