2020-10-16 08:08:31 +02:00

22 lines
692 B
JSON

{
"version": "0.8.1",
"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.8.1/just-v0.8.1-x86_64-pc-windows-msvc.zip",
"hash": "22e2d14edbf76dda21358c61392a7cc4041b20d60847f1d89fb4b5edb665d2ef"
}
},
"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"
}
}
}
}