2022-01-31 00:31:46 +00:00

24 lines
731 B
JSON

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