File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 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.2 .0/jwtui-macos-arm64.tar.gz"
9
- sha256 "bbbfa5f23a5e52ea6c464ad57452fc5616f19114439f9c776c4dee67f0f1da27 "
8
+ url "https://github.com/jwt-rs/jwt-ui/releases/download/v1.3 .0/jwtui-macos-arm64.tar.gz"
9
+ sha256 "bcaac446c5d2932914bfcc11054e2de2aff84c2c58b490b0192b2d58645381d1 "
10
10
elsif OS . mac? and Hardware ::CPU . intel?
11
- url "https://github.com/jwt-rs/jwt-ui/releases/download/v1.2 .0/jwtui-macos.tar.gz"
12
- sha256 "cf3c59738da2b6ad867666254f36f0294468af40ae96648d2d80f35f4e1c8d0b "
11
+ url "https://github.com/jwt-rs/jwt-ui/releases/download/v1.3 .0/jwtui-macos.tar.gz"
12
+ sha256 "635ffbb2808140e54fef3d35e21d15538b5258d7a6e32956c106114f2c4aa199 "
13
13
else
14
- url "https://github.com/jwt-rs/jwt-ui/releases/download/v1.2 .0/jwtui-linux-musl.tar.gz"
15
- sha256 "5aab9dab5ba9e68efd5399bd613c4dbf69078aaa3ff6cdc1618a9f1ce2cd9982 "
14
+ url "https://github.com/jwt-rs/jwt-ui/releases/download/v1.3 .0/jwtui-linux-musl.tar.gz"
15
+ sha256 "1db0c9937913a2c38edcdd94cfb2e1a0079609723240ee2e0255bd4a06e90c9c "
16
16
end
17
- version "v1.2 .0"
17
+ version "v1.3 .0"
18
18
license "MIT"
19
19
20
20
def install
You can’t perform that action at this time.
0 commit comments