mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
24 lines
728 B
JSON
24 lines
728 B
JSON
{
|
|
"version": "1.1.2",
|
|
"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/1.1.2/just-1.1.2-x86_64-pc-windows-msvc.zip",
|
|
"hash": "fd961ac0df25306b3b18bb1e7849e3e6e9e61dcb3755105ced617e3838ef5e88"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|