mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 01:51:29 +00:00
24 lines
796 B
JSON
24 lines
796 B
JSON
{
|
|
"version": "2.30.3",
|
|
"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.30.3/serverless-win-x64.exe#/serverless.exe",
|
|
"hash": "1afd71a13049f1d75802a6384108d72a06944a0a05a856f15fea6aa68cf3d65b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|