summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-06-10 21:59:38 -0400
committerHugues Chabot2017-06-10 21:59:38 -0400
commit4a17db5e617d33e3800dd649944520bb6ed183a5 (patch)
treee9843053b2a3d2a8526b2f19b22edbcd14d8239b /PKGBUILD
parent293dc8730d28249cbe68a408209f06b44b4a351b (diff)
downloadaur-4a17db5e617d33e3800dd649944520bb6ed183a5.tar.gz
Update to 1.15.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a6051b253dd..215dfa97f1a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.15.1
+_npmver=1.15.2
pkgname=nodejs-serverless # All lowercase
-pkgver=1.15.1
+pkgver=1.15.2
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=(6481077ce9b24af4a58a5fb49b0e2c28d7915321)
+sha1sums=(014e44ab214316fce1f7c25da80c61764d4dda0e)
package() {
cd $srcdir