summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-09-06 21:37:08 -0400
committerHugues Chabot2017-09-06 21:37:08 -0400
commit163cba2a73933908df7cff4529fc50f6d4525776 (patch)
tree3e62c54c3822ec4b9d86297854dd50ad79eff5d8 /PKGBUILD
parent0a2b092195b532b148f3946dc02d28ec4a78ed18 (diff)
downloadaur-163cba2a73933908df7cff4529fc50f6d4525776.tar.gz
Update to 1.21.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 992cc00979cf..0826b05ff59d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.21.0
+_npmver=1.21.1
pkgname=nodejs-serverless # All lowercase
-pkgver=1.21.0
+pkgver=1.21.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=(f651c2d71273c28d83457a242226f48cda5bcfef)
+sha1sums=(083274fc996e23a937c3f6636de5e6dce9c29fdf)
package() {
cd $srcdir