Skip to content

Commit dfa3651

Browse files
committed
Brew formula update for taskcluster version v83.8.0
1 parent 2001c53 commit dfa3651

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/taskcluster.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
class Taskcluster < Formula
66
desc "A Taskcluster client library for the command line"
77
homepage "https://github.com/taskcluster/taskcluster/tree/main/clients/client-shell"
8-
version "83.7.0"
8+
version "83.8.0"
99
license "MPL-2.0"
1010

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://github.com/taskcluster/taskcluster/releases/download/v83.7.0/taskcluster-darwin-amd64.tar.gz", using: CurlDownloadStrategy
14-
sha256 "1ccde8d066098b0499c87c520bbf1fe7917d07cb4899457ff5753319c5a82c40"
13+
url "https://github.com/taskcluster/taskcluster/releases/download/v83.8.0/taskcluster-darwin-amd64.tar.gz", using: CurlDownloadStrategy
14+
sha256 "75ecf51872d5a50cc3ce18a2dd379b2f428d9bc670578fdbf07ccec7c3239254"
1515

1616
def install
1717
bin.install "taskcluster"
1818
end
1919
end
2020
if Hardware::CPU.arm?
21-
url "https://github.com/taskcluster/taskcluster/releases/download/v83.7.0/taskcluster-darwin-arm64.tar.gz", using: CurlDownloadStrategy
22-
sha256 "d6ac19089f642a7d8d22beb569021c3e6dd7a4de72832c0428640a00b3b0f57b"
21+
url "https://github.com/taskcluster/taskcluster/releases/download/v83.8.0/taskcluster-darwin-arm64.tar.gz", using: CurlDownloadStrategy
22+
sha256 "949e0e23b7015a55d2c1e4819b7458241adfa39ba440d2cd0b5bdd3b2619c31f"
2323

2424
def install
2525
bin.install "taskcluster"
@@ -30,8 +30,8 @@ def install
3030
on_linux do
3131
if Hardware::CPU.intel?
3232
if Hardware::CPU.is_64_bit?
33-
url "https://github.com/taskcluster/taskcluster/releases/download/v83.7.0/taskcluster-linux-amd64.tar.gz", using: CurlDownloadStrategy
34-
sha256 "6e66b020e7d59158a267e4d89d954f4d08c898201e2c50e0660977b5af946c5f"
33+
url "https://github.com/taskcluster/taskcluster/releases/download/v83.8.0/taskcluster-linux-amd64.tar.gz", using: CurlDownloadStrategy
34+
sha256 "beba10931e42e53d5ca324eb853f0a94bde7ead3ed9592bc93911938c4c27677"
3535

3636
def install
3737
bin.install "taskcluster"
@@ -40,8 +40,8 @@ def install
4040
end
4141
if Hardware::CPU.arm?
4242
if Hardware::CPU.is_64_bit?
43-
url "https://github.com/taskcluster/taskcluster/releases/download/v83.7.0/taskcluster-linux-arm64.tar.gz", using: CurlDownloadStrategy
44-
sha256 "2db9dab7029914af31ab17cd00663baabf77542704c66fe54944fd21f1cf93d6"
43+
url "https://github.com/taskcluster/taskcluster/releases/download/v83.8.0/taskcluster-linux-arm64.tar.gz", using: CurlDownloadStrategy
44+
sha256 "386e47a9c4bde30c30518a311bdee9c25ffca0b93e263a7f8d78b4045bf7cd95"
4545

4646
def install
4747
bin.install "taskcluster"

0 commit comments

Comments
 (0)