2024-11-27 16:31:32 +00:00

25 lines
797 B
JSON

{
"version": "6.2.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.2.0/jwt-windows.tar.gz",
"hash": "f8dc93223cf7f778e1d8c2787832b4a5f70511ad0073424d27bbdb3f071ddd4f"
}
},
"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"
}
}
}
}
}