mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/apex/up",
|
|
"description": "Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.",
|
|
"license": "GPL-3.0-only",
|
|
"version": "1.5.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v1.5.1/up_1.5.1_windows_amd64.tar.gz",
|
|
"hash": "f7ef792776be7ca67abd1080d363101bde3cc09efbdffebae03a1120d0d32dad"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v1.5.1/up_1.5.1_windows_386.tar.gz",
|
|
"hash": "6bd617b2b2b9492326571d5b0076f27d47581b7b39525415ded53442a07c29ac"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|