-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-versioned: air.hcl dolt.hcl elastic-package.hcl flyctl.hcl pulum…
…i.hcl serverless.hcl
- Loading branch information
1 parent
8e63396
commit 26be753
Showing
6 changed files
with
42 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,39 @@ | ||
description = "The Serverless Framework – Build applications on AWS Lambda and other next-gen cloud services, that auto-scale and only charge you when they run. This lowers the total cost of running and operating your apps, enabling you to build more and manage less." | ||
|
||
test = "serverless --version" | ||
|
||
linux { | ||
source = "https://github.com/serverless/serverless/releases/download/v${version}/serverless-linux-x64" | ||
on unpack { | ||
rename { from = "${root}/serverless-linux-x64" to = "${root}/serverless" } | ||
|
||
on "unpack" { | ||
rename { | ||
from = "${root}/serverless-linux-x64" | ||
to = "${root}/serverless" | ||
} | ||
} | ||
} | ||
|
||
darwin { | ||
source = "https://github.com/serverless/serverless/releases/download/v${version}/serverless-macos-x64" | ||
on unpack { | ||
rename { from = "${root}/serverless-macos-x64" to = "${root}/serverless" } | ||
|
||
on "unpack" { | ||
rename { | ||
from = "${root}/serverless-macos-x64" | ||
to = "${root}/serverless" | ||
} | ||
} | ||
} | ||
|
||
binaries = ["serverless"] | ||
|
||
version "3.35.2" { | ||
version "3.35.2" "3.36.0" { | ||
auto-version { | ||
github-release = "serverless/serverless" | ||
} | ||
} | ||
|
||
sha256sums = { | ||
"https://github.com/serverless/serverless/releases/download/v3.35.2/serverless-linux-x64": "1399d9c4b899ba355617b2ce4cf3d3e92b7464100efa4c7546d028bed033756e", | ||
"https://github.com/serverless/serverless/releases/download/v3.35.2/serverless-macos-x64": "a59253a5e24cd543c93d00400861837f622964327205ab23dbd44567eff9ed85", | ||
"https://github.com/serverless/serverless/releases/download/v3.36.0/serverless-linux-x64": "7a1f445c2d216430761b28d1c399e35e00e7b485e03930defd1eff34928845d4", | ||
"https://github.com/serverless/serverless/releases/download/v3.36.0/serverless-macos-x64": "e77bb2fa818fa8bfb28ac150c7279c155e9022c18b0d64dfe3176b68210760bf", | ||
} |