mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
24 lines
796 B
JSON
24 lines
796 B
JSON
{
|
|
"version": "2.59.0",
|
|
"description": "Framework for building and operating serverless applications",
|
|
"homepage": "https://serverless.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/serverless/serverless/releases/download/v2.59.0/serverless-win-x64.exe#/serverless.exe",
|
|
"hash": "99ae0354bbb024f6149529ea9a9aa2489ad5fbb75ec9822280ea588f5b3c47af"
|
|
}
|
|
},
|
|
"bin": "serverless.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/serverless/serverless"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/serverless/serverless/releases/download/v$version/serverless-win-x64.exe#/serverless.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|