Skip to content

Commit

Permalink
Update package for jwt-ui release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Jan 11, 2024
1 parent da8fa0f commit 8251829
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions jwt-ui.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
{
"homepage": "https://github.com/jwt-rs/jwt-ui",
"description": "A Terminal UI for decoding/encoding JSON Web Tokens",
"version": "0.0.1",
"license": "MIT",
"homepage": "https://github.com/jwt-rs/jwt-ui",
"description": "A Terminal UI for decoding/encoding JSON Web Tokens",
"version": "0.0.4",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/jwt-rs/jwt-ui/releases/download/v0.0.4/jwtui-windows.tar.gz",
"hash": "93a6a88c2d30e43df99d49059d4ed4ad0b0b22a8e9316da3248943fbdc77804e"
}
},
"bin": "jwtui.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jwt-rs/jwt-ui/releases/download/v0.0.1/jwtui-windows.tar.gz",
"hash": "$hash_64"
}
},
"bin": "jwtui.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jwt-rs/jwt-ui/releases/download/v0.0.1/jwtui-windows.tar.gz",
"hash": {
"url": "https://github.com/jwt-rs/jwt-ui/releases/download/v0.0.1/jwtui-windows.sha256",
"regex": "$sha256"
}
"url": "https://github.com/jwt-rs/jwt-ui/releases/download/v$version/jwtui-windows.tar.gz",
"hash": {
"url": "https://github.com/jwt-rs/jwt-ui/releases/download/v$version/jwtui-windows.sha256",
"regex": "$sha256"
}
}
}
}
}

0 comments on commit 8251829

Please sign in to comment.