summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7834bb84dd89..3e4c11e1d023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
-# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.22.0
+_npmver=1.23.0
pkgname=nodejs-serverless # All lowercase
-pkgver=1.22.0
+pkgver=1.23.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)
@@ -12,7 +11,7 @@ depends=('nodejs' 'npm' )
optdepends=()
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=(04b4f4ee9f9410ba17ce955e62dd62f62a344f50)
+sha1sums=(c4063f2ffee5748d2db0d02d585e7869fca80c34)
package() {
cd $srcdir