summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-02-14 11:45:10 -0500
committerHugues Chabot2017-02-14 11:45:10 -0500
commit714c73c4379f07e5b791cb1150d63bbb28427198 (patch)
treef74ab7b6996ce061f33874093476d63c855afdc9 /PKGBUILD
parentf3348fcae1fd97b79147cc375a0a906f7356c14a (diff)
downloadaur-714c73c4379f07e5b791cb1150d63bbb28427198.tar.gz
Update to 1.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4079647782e2..198277dbb4b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.6.1
+_npmver=1.7.0
pkgname=nodejs-serverless # All lowercase
-pkgver=1.6.1
+pkgver=1.7.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=('822ca465e086ed54a0dab77c2df30db18dc18848')
+sha1sums=('87c19636c054978e29b8c32ac7440f8cfee70833')
package() {
cd $srcdir