2021-12-03 18:02:00 +00:00

24 lines
731 B
JSON

{
"version": "0.10.4",
"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.4/just-0.10.4-x86_64-pc-windows-msvc.zip",
"hash": "4fefce55e95f4c8b061b9a50153aa3c7bdfc0ea937ecf21832eeafff5fac8dec"
}
},
"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"
}
}
}
}