summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-01-31 11:03:29 -0500
committerHugues Chabot2017-01-31 11:03:29 -0500
commitf3348fcae1fd97b79147cc375a0a906f7356c14a (patch)
tree8335758819e2d65cd97180948213499569345388 /PKGBUILD
parent59933fe1a2f4d57a231b290170a82ba2571ebd25 (diff)
downloadaur-f3348fcae1fd97b79147cc375a0a906f7356c14a.tar.gz
Update to 1.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f07e3ce0ac5..4079647782e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.6.0
+_npmver=1.6.1
pkgname=nodejs-serverless # All lowercase
-pkgver=1.6.0
+pkgver=1.6.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=('88d5a88f2eaf849a9ba37272d88f7c01766d7b8d')
+sha1sums=('822ca465e086ed54a0dab77c2df30db18dc18848')
package() {
cd $srcdir