5
5
class Taskcluster < Formula
6
6
desc "A Taskcluster client library for the command line"
7
7
homepage "https://github.com/taskcluster/taskcluster/tree/main/clients/client-shell"
8
- version "83.7 .0"
8
+ version "83.8 .0"
9
9
license "MPL-2.0"
10
10
11
11
on_macos do
12
12
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 "
15
15
16
16
def install
17
17
bin . install "taskcluster"
18
18
end
19
19
end
20
20
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 "
23
23
24
24
def install
25
25
bin . install "taskcluster"
@@ -30,8 +30,8 @@ def install
30
30
on_linux do
31
31
if Hardware ::CPU . intel?
32
32
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 "
35
35
36
36
def install
37
37
bin . install "taskcluster"
@@ -40,8 +40,8 @@ def install
40
40
end
41
41
if Hardware ::CPU . arm?
42
42
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 "
45
45
46
46
def install
47
47
bin . install "taskcluster"
0 commit comments