2024-05-27 08:28:44 +00:00

25 lines
797 B
JSON

{
"version": "6.1.0",
"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/6.1.0/jwt-windows.tar.gz",
"hash": "0473949d0ee79f2ba542d0222d9726e7b6881e593c4cf4a62665c1d1e0f44631"
}
},
"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"
}
}
}
}
}