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": "https://github.com/apex/up/blob/master/LICENSE",
|
|
"version": "0.4.11",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v0.4.11/up_0.4.11_windows_amd64.tar.gz",
|
|
"hash": "87c465ffac11b052de45909de4e95086fec3e2717e83037c63285b95c817aa44"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v0.4.11/up_0.4.11_windows_386.tar.gz",
|
|
"hash": "2ba6c6945f3853bd7eb70eaa64e4bed5868a30566562037cb287b2153803821f"
|
|
}
|
|
},
|
|
"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_checksums.txt"
|
|
}
|
|
}
|
|
}
|