jwt-cli: Add version 5.0.3 (#4410)

This commit is contained in:
Brian 2023-02-02 01:32:31 -05:00 committed by GitHub
parent 255a1b14c0
commit 27e3a701e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/jwt-cli.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "5.0.3",
"description": "A super fast CLI tool to decode and encode JWTs built in Rust",
"homepage": "https://github.com/mike-engel/jwt-cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/mike-engel/jwt-cli/releases/download/5.0.3/jwt-windows.tar.gz",
"hash": "ff684792fcbc012cb120186f048b13ea43ef520a254587bc5a5de6cc9f33c46d"
}
},
"bin": "jwt.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mike-engel/jwt-cli/releases/download/$version/jwt-windows.tar.gz",
"hash": {
"url": "$baseurl/jwt-windows.sha256"
}
}
}
}
}