mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-12 18:31:21 +00:00
24 lines
796 B
JSON
24 lines
796 B
JSON
{
|
|
"version": "2.51.2",
|
|
"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.51.2/serverless-win-x64.exe#/serverless.exe",
|
|
"hash": "e5c70b706df0de836b3cc352d58ada79625c71b278e8825e3375e65bc6ba430d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|