mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.7.1",
|
|
"description": "Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.",
|
|
"homepage": "https://github.com/apex/up",
|
|
"license": "GPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v1.7.1/up_1.7.1_windows_amd64.tar.gz",
|
|
"hash": "151f7344f2c51d112626aed32cda6bac90691b3183d9a7cef0d6e919b9e8548d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v1.7.1/up_1.7.1_windows_386.tar.gz",
|
|
"hash": "451b679d025f76e229ae9bafb2705372679091965a9799a4fa34676985960256"
|
|
}
|
|
},
|
|
"bin": "up.exe",
|
|
"checkver": "github",
|
|
"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"
|
|
}
|
|
}
|
|
}
|