mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/apex/up",
|
|
"license": "GPL-3.0",
|
|
"version": "1.2.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v1.2.2/up_1.2.2_windows_amd64.tar.gz",
|
|
"hash": "a33135177909bf95f4c16f9b9acc05783be8d9ccba25489e48258de48942e0ec"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v1.2.2/up_1.2.2_windows_386.tar.gz",
|
|
"hash": "14cd2aaef15fbeb520ff00310437a66e98a0ea34e9c9c8461481a789f567eb8c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|