mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 14:31:35 +00:00
24 lines
796 B
JSON
24 lines
796 B
JSON
{
|
|
"version": "2.36.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.36.0/serverless-win-x64.exe#/serverless.exe",
|
|
"hash": "ec9602e5a8b995836560914db09dce15fa26f41b65768ae2c485ba6d3d6b9d59"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|