mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 21:55:14 +00:00
24 lines
731 B
JSON
24 lines
731 B
JSON
{
|
|
"version": "0.10.4",
|
|
"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.10.4/just-0.10.4-x86_64-pc-windows-msvc.zip",
|
|
"hash": "4fefce55e95f4c8b061b9a50153aa3c7bdfc0ea937ecf21832eeafff5fac8dec"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|