summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-03-29 10:42:32 -0400
committerHugues Chabot2017-03-29 10:42:32 -0400
commit193f6b9e1ed80a59e2bfa03d0a6f82326ffc6309 (patch)
treed8659ec850b6394a45aa89f50e793fdb2596a7b3 /PKGBUILD
parent270cbbbe634f9aca1d765c717a869e5445cc4753 (diff)
downloadaur-193f6b9e1ed80a59e2bfa03d0a6f82326ffc6309.tar.gz
Update to 1.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c029651177c3..3365410f8ce9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.9.0
+_npmver=1.10.0
pkgname=nodejs-serverless # All lowercase
-pkgver=1.9.0
+pkgver=1.10.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=('5c73d67e228fcb5140a731a3248616b1db17d75e')
+sha1sums=('3039360a7513766dda991bf3b08d27227984c530')
package() {
cd $srcdir