mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
serverless: Add version 1.64.0 (#823)
* added manifest for serverless framework * removed a trailing whitespace * implemented changes requested * updated homepage and autoupdate fields
This commit is contained in:
parent
9a07734e99
commit
9a7631c4a4
23
bucket/serverless.json
Normal file
23
bucket/serverless.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"version": "1.64.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/v1.64.0/serverless-win-x64.exe#/serverless.exe",
|
||||||
|
"hash": "798efb1fa9f0aeecd0f0e5fa3c9aad68e3325e7802cc3872ebf67981e8eacbcc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user