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.2.8",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v0.2.8/up_0.2.8_windows_amd64.tar.gz",
|
|
"hash": "a35933e619ed0ccc8b39fc86b22287a8feddc67b032b186de8082fbc3243e1fb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v0.2.8/up_0.2.8_windows_386.tar.gz",
|
|
"hash": "5057ce0059abd35dfb67118cd073f8da471c8244677c37745c370f17bb067678"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|