summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-07-05 09:33:46 -0400
committerHugues Chabot2017-07-05 09:33:46 -0400
commitfbc593a7cd347052fb6aefda2bd3050c5ba59418 (patch)
tree6793f277375256e13c0493090f1be5c4a375e691 /PKGBUILD
parent786cb27113f6defc664b2108d3c1512910c3ce44 (diff)
downloadaur-fbc593a7cd347052fb6aefda2bd3050c5ba59418.tar.gz
Update to 1.17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d2472d0a69a..3da7f6482c94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.16.1
+_npmver=1.17.0
pkgname=nodejs-serverless # All lowercase
-pkgver=1.16.1
+pkgver=1.17.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 +12,7 @@ depends=('nodejs' 'npm' )
optdepends=()
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=(070d2638890c5418bea74ce6e9fcaa09ebe8dc38)
+sha1sums=(7a221d93c2f50511c94fa89631384bf34efa46b1)
package() {
cd $srcdir