summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd385b943a37..c63d527a5126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.29.2
+_npmver=1.30.0
pkgname=nodejs-serverless # All lowercase
-pkgver=1.29.2
-pkgrel=2
+pkgver=1.30.0
+pkgrel=1
pkgdesc="Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more"
arch=(any)
url="https://github.com/serverless/serverless#readme"
@@ -12,7 +12,7 @@ depends=('nodejs' 'npm')
optdepends=()
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=(6dbc6d471bddb300b63c193d7f27a2a331af4445)
+sha1sums=(03a36fe7c7d6e82fa7053f937425fb9f69da660f)
package() {
cd $srcdir