2021-05-27 23:17:11 -07:00

22 lines
692 B
JSON

{
"version": "0.9.4",
"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.4/just-v0.9.4-x86_64-pc-windows-msvc.zip",
"hash": "6f81baee9770720eced3763cd2d99d05f146c70ab01d4411c8db7e9c53195515"
}
},
"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"
}
}
}
}