mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 22:44:25 +00:00
24 lines
731 B
JSON
24 lines
731 B
JSON
{
|
|
"version": "0.11.0",
|
|
"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.11.0/just-0.11.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "f0409252f929015c8f50b7a3e9d56113a28b4e1d144dd3afdf53dfe532390c59"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|