5
5
class TwitchCli < Formula
6
6
desc "CLI for Twitch's developer offerings"
7
7
homepage "https://github.com/twitchdev/twitch-cli"
8
- version "1.1.21 "
8
+ version "1.1.22 "
9
9
license "Apache-2.0"
10
10
11
11
on_macos do
12
12
if Hardware ::CPU . arm?
13
- url "https://github.com/twitchdev/twitch-cli/releases/download/v1.1.21 /twitch-cli_1.1.21_Darwin_arm64 .tar.gz"
14
- sha256 "d0ae8b385bea5e2536dff52f44a8a0fd9f1318d63301c1a97d4fef40706e52cd "
13
+ url "https://github.com/twitchdev/twitch-cli/releases/download/v1.1.22 /twitch-cli_1.1.22_Darwin_arm64 .tar.gz"
14
+ sha256 "6be649b47aeff2544eac707942c23c27a34acf25312359d748a9d20d504ac7b6 "
15
15
16
16
def install
17
17
bin . install "twitch"
18
18
end
19
19
end
20
20
if Hardware ::CPU . intel?
21
- url "https://github.com/twitchdev/twitch-cli/releases/download/v1.1.21 /twitch-cli_1.1.21_Darwin_x86_64 .tar.gz"
22
- sha256 "761e4430ca9c1523434995c8f4fcf84534727ca8caa45d92cccb044c228e2a06 "
21
+ url "https://github.com/twitchdev/twitch-cli/releases/download/v1.1.22 /twitch-cli_1.1.22_Darwin_x86_64 .tar.gz"
22
+ sha256 "a46267cf7718ef34e09658b620dfc918180691e1d2f7e7a0d7b8cf02b836df23 "
23
23
24
24
def install
25
25
bin . install "twitch"
@@ -29,16 +29,16 @@ def install
29
29
30
30
on_linux do
31
31
if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
32
- url "https://github.com/twitchdev/twitch-cli/releases/download/v1.1.21 /twitch-cli_1.1.21_Linux_arm64 .tar.gz"
33
- sha256 "11faf533505d3c419155deb9d37ad76b04d945d9be743eb62a4aa9528a740add "
32
+ url "https://github.com/twitchdev/twitch-cli/releases/download/v1.1.22 /twitch-cli_1.1.22_Linux_arm64 .tar.gz"
33
+ sha256 "76b022ed91f27ab870c11747e9dc9593920d73df43fb1aa173a3ed699b0486bf "
34
34
35
35
def install
36
36
bin . install "twitch"
37
37
end
38
38
end
39
39
if Hardware ::CPU . intel?
40
- url "https://github.com/twitchdev/twitch-cli/releases/download/v1.1.21 /twitch-cli_1.1.21_Linux_x86_64 .tar.gz"
41
- sha256 "73633272afc6946290af0ca28e9cf95b0077f7452b7d24c50cf84b214f87921d "
40
+ url "https://github.com/twitchdev/twitch-cli/releases/download/v1.1.22 /twitch-cli_1.1.22_Linux_x86_64 .tar.gz"
41
+ sha256 "c072f0397fc359ea3a5a8b9763fecc35fe7f4d9b2fa757392cfcdedadda34baa "
42
42
43
43
def install
44
44
bin . install "twitch"
0 commit comments