mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
24 lines
794 B
JSON
24 lines
794 B
JSON
{
|
|
"version": "2.2.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.2.0/serverless-win-x64.exe#/serverless.exe",
|
|
"hash": "95c6541ae6e817951805b97657e5c0d524e833071bf53b2f4a1817291728d5bb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|