mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +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.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v1.5.2/up_1.5.2_windows_amd64.tar.gz",
|
|
"hash": "e3af29dd03169cf7f558dcc57db7f0c38feee59655e6d1155cb83d4322baf5d3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/up/releases/download/v1.5.2/up_1.5.2_windows_386.tar.gz",
|
|
"hash": "e3ccd703344a5ea5087e621794b78819ba2c726ea41a5f26dde4433d20da1335"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|