mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 06:24:27 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.6.2",
|
|
"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.6.2/up_1.6.2_windows_amd64.tar.gz",
|
|
"hash": "e7a69d8b2b02b5ee998b16239d161f353d685e0b1e2348a7bf96df1e5fc63abd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v1.6.2/up_1.6.2_windows_386.tar.gz",
|
|
"hash": "ec54bf1deb8336cfb4fb75cce197f1cebe0584c8a642ce120cc6a2883263aa2d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|