summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-04-13 07:59:22 -0400
committerHugues Chabot2017-04-13 07:59:22 -0400
commit2afc03c78736531a09381c181801adf054b881f4 (patch)
tree1ef1d2cae91fbb6daab862033affba3ee661ad99 /PKGBUILD
parent732e1c0525fee8eb85dd548b5f341514b41683f8 (diff)
downloadaur-2afc03c78736531a09381c181801adf054b881f4.tar.gz
Update to 1.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cc0777aea88..7ded06ff6c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.10.2
+_npmver=1.11.0
pkgname=nodejs-serverless # All lowercase
-pkgver=1.10.2
+pkgver=1.11.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=('48faa173022441300ea7c3d8bc3f205199cd60d6')
+sha1sums=('bb87e11b334ded5249a93b6827704daa885d280c')
package() {
cd $srcdir