mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
25 lines
797 B
JSON
25 lines
797 B
JSON
{
|
|
"version": "6.1.1",
|
|
"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.1/jwt-windows.tar.gz",
|
|
"hash": "6a907499aa1b77df6ce97981e51022cec5e6bee02289ea6c6b6c0764eba5ef56"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|