2021-05-02 16:49:10 +02:00

22 lines
692 B
JSON

{
"version": "0.9.2",
"description": "A command runner written in rust",
"homepage": "https://github.com/casey/just",
"license": "CC0-1.0",
"architecture": {
"64bit": {
"url": "https://github.com/casey/just/releases/download/v0.9.2/just-v0.9.2-x86_64-pc-windows-msvc.zip",
"hash": "1951649be48e26b2cee1559c7e7fe2d24e2d14eefcefe4f6e5f0f9d51ed53601"
}
},
"bin": "just.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/casey/just/releases/download/v$version/just-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}