mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/apex/up",
|
|
"license": "GPL-3.0",
|
|
"version": "0.7.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v0.7.2/up_0.7.2_windows_amd64.tar.gz",
|
|
"hash": "2af2d1cb89cc3f810303f6cff26a42156437ddb4b0ff1c32a7df050774bdf66d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v0.7.2/up_0.7.2_windows_386.tar.gz",
|
|
"hash": "1d0568ce9d7c0fa7956f7a4624db201c42828f1c3f8f0922d7ffa97ec6df093f"
|
|
}
|
|
},
|
|
"bin": "up.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/apex/up"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v$version/up_$version_windows_amd64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v$version/up_$version_windows_386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/up_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|