2021-03-29 12:21:42 +02:00

22 lines
692 B
JSON

{
"version": "0.9.0",
"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.0/just-v0.9.0-x86_64-pc-windows-msvc.zip",
"hash": "b2c389dd2266a031eaa7daf33041bbae5173f277a7c6f8b75c00fe1a7539391b"
}
},
"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"
}
}
}
}