summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-03-30 10:11:55 -0400
committerHugues Chabot2017-03-30 10:11:55 -0400
commitdf93f440c8508665c043009668f9386357546579 (patch)
treedcbd22aeb95057cf6e1ebcef5200d97e768779cc /PKGBUILD
parent193f6b9e1ed80a59e2bfa03d0a6f82326ffc6309 (diff)
downloadaur-df93f440c8508665c043009668f9386357546579.tar.gz
Update to 1.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3365410f8ce9..f343f493c0e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.10.0
+_npmver=1.10.1
pkgname=nodejs-serverless # All lowercase
-pkgver=1.10.0
+pkgver=1.10.1
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=('3039360a7513766dda991bf3b08d27227984c530')
+sha1sums=('55f0e43664331c45f51108089b2b271a17a55e22')
package() {
cd $srcdir