summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-05-12 09:32:00 -0400
committerHugues Chabot2017-05-12 09:32:00 -0400
commit9dcda0fa734818288ae65f069fbc89278fe22bc3 (patch)
tree6693f052ee58dac104adc9426c56d70f2572b0fa /PKGBUILD
parent88c51e177e66a5c3ad8faecf8dad56f2abf1b048 (diff)
downloadaur-9dcda0fa734818288ae65f069fbc89278fe22bc3.tar.gz
Update to 1.13.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cf99ae58881..d88ac31e7206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.13.0
+_npmver=1.13.1
pkgname=nodejs-serverless # All lowercase
-pkgver=1.13.0
+pkgver=1.13.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=(11cfe6077f96ccfe35f8545ba892ff261dbdd33b)
+sha1sums=(a79acf677e7dc46eb3cd17f134ff70435976e1ea)
package() {
cd $srcdir