summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2016-12-15 15:34:39 -0500
committerHugues Chabot2016-12-15 15:34:39 -0500
commit7a5da74e56a0e042beb6246c5e56f65ca503543b (patch)
treeb4d7e7636724e6d5df680931c83acfee71740857 /PKGBUILD
parentd89b85b90441fcc97c4b2cf1ec5901fc08371c81 (diff)
downloadaur-7a5da74e56a0e042beb6246c5e56f65ca503543b.tar.gz
Update to 1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd009c2d2c26..5f8fc155dc1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.3.0
+_npmver=1.4.0
pkgname=nodejs-serverless # All lowercase
-pkgver=1.3.0
+pkgver=1.4.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=('5b1143b67b201de21f152192d8f7920bbf785c48')
+sha1sums=('7229d98e8471010cca8eecb931cc1a1362e27d48')
package() {
cd $srcdir