mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +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.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v1.5.0/up_1.5.0_windows_amd64.tar.gz",
|
|
"hash": "76b9e9cd8a6351088ecf8c6ff5e5d551fa88eb230fb531072893f78efd349556"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v1.5.0/up_1.5.0_windows_386.tar.gz",
|
|
"hash": "6c1021271973b3e3bf3e75a8fe588b207c6bc27d2469164c1723872871ecc3d7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|