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,16 +5,16 @@ class JwtUi < Formula
5
5
desc "A Terminal UI for decoding/encoding JSON Web Tokens"
6
6
homepage "https://github.com/jwt-rs/jwt-ui"
7
7
if OS . mac? and Hardware ::CPU . arm?
8
- url "https://github.com/jwt-rs/jwt-ui/releases/download/v1.1 .0/jwtui-macos-arm64.tar.gz"
9
- sha256 "d550621c7b91fc806fc254404a1045ee89e81abde97fdee0bcdfe970acace3a3 "
8
+ url "https://github.com/jwt-rs/jwt-ui/releases/download/v1.2 .0/jwtui-macos-arm64.tar.gz"
9
+ sha256 "bbbfa5f23a5e52ea6c464ad57452fc5616f19114439f9c776c4dee67f0f1da27 "
10
10
elsif OS . mac? and Hardware ::CPU . intel?
11
- url "https://github.com/jwt-rs/jwt-ui/releases/download/v1.1 .0/jwtui-macos.tar.gz"
12
- sha256 "53b7f64c9a3bf1f50eb58bbb9695eaa0fb962dcc5062dae3629c9fa579def0f4 "
11
+ url "https://github.com/jwt-rs/jwt-ui/releases/download/v1.2 .0/jwtui-macos.tar.gz"
12
+ sha256 "cf3c59738da2b6ad867666254f36f0294468af40ae96648d2d80f35f4e1c8d0b "
13
13
else
14
- url "https://github.com/jwt-rs/jwt-ui/releases/download/v1.1 .0/jwtui-linux-musl.tar.gz"
15
- sha256 "cfb1010d5fe74a282d2795aeb69e94cbf2d32a5c7e442c71788370120953a059 "
14
+ url "https://github.com/jwt-rs/jwt-ui/releases/download/v1.2 .0/jwtui-linux-musl.tar.gz"
15
+ sha256 "5aab9dab5ba9e68efd5399bd613c4dbf69078aaa3ff6cdc1618a9f1ce2cd9982 "
16
16
end
17
- version "v1.1 .0"
17
+ version "v1.2 .0"
18
18
license "MIT"
19
19
20
20
def install
You can’t perform that action at this time.
0 commit comments