mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 06:24: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.5.9",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v0.5.9/up_0.5.9_windows_amd64.tar.gz",
|
|
"hash": "5ee9bb182caecf6ade46aa91425643c28d469116702adc407e1d8ea40bc64006"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v0.5.9/up_0.5.9_windows_386.tar.gz",
|
|
"hash": "ed5d8ece5a95ce2c92934b0581c35915b9c8986b6e0ae6a7b1d032b0bd404212"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|