mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 05:54: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.3.6",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v0.3.6/up_0.3.6_windows_amd64.tar.gz",
|
|
"hash": "098a30b4d4643207daa6a67d6f278ed7f9d652429ace9aef20330d461b22ac38"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v0.3.6/up_0.3.6_windows_386.tar.gz",
|
|
"hash": "f4d1909e7b02bacc8b8e46c9694d0d8d8bd31287eb6d67d6442bf57a6ca2e485"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|