summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-04-29 22:20:07 -0400
committerHugues Chabot2017-04-29 22:20:07 -0400
commit77a1ab9297faa4f4396ad928e0312b07c114b5df (patch)
tree84edd0820045b10626e5aa34f3b57ba02f06e939 /PKGBUILD
parent554ca2280063c5a0c7f19f280e42c748c086b993 (diff)
downloadaur-77a1ab9297faa4f4396ad928e0312b07c114b5df.tar.gz
Update to 1.12.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b56fdd8329e9..e76877d0f72a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.12.0
+_npmver=1.12.1
pkgname=nodejs-serverless # All lowercase
-pkgver=1.12.0
+pkgver=1.12.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=(8024790e798a22c2be1d90a0f0a5d1ea626b089d)
+sha1sums=(6fb9fdd569e25016861458770e1711f610fd61f3)
package() {
cd $srcdir