summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-01-30 11:53:13 -0500
committerHugues Chabot2017-01-30 11:53:13 -0500
commit59933fe1a2f4d57a231b290170a82ba2571ebd25 (patch)
tree185141f99156154864e6308ad030b8fd5031690a /PKGBUILD
parent4eb7fff788f9961b69e4a9e7494d36577678c797 (diff)
downloadaur-59933fe1a2f4d57a231b290170a82ba2571ebd25.tar.gz
Update to 1.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57d4080bfa97..1f07e3ce0ac5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.5.1
+_npmver=1.6.0
pkgname=nodejs-serverless # All lowercase
-pkgver=1.5.1
+pkgver=1.6.0
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=('9823591d0184745f27cb4ffce928c456fa136aab')
+sha1sums=('88d5a88f2eaf849a9ba37272d88f7c01766d7b8d')
package() {
cd $srcdir