summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-01-05 11:57:00 -0500
committerHugues Chabot2017-01-05 11:57:00 -0500
commitc461db69a3266609cbe841f165e381c35f34d773 (patch)
tree998f7c3656ca190983ad8e4aa72ae22609445c5d /PKGBUILD
parent7a5da74e56a0e042beb6246c5e56f65ca503543b (diff)
downloadaur-c461db69a3266609cbe841f165e381c35f34d773.tar.gz
Update to 1.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f8fc155dc1c..7de54dfa53ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.4.0
+_npmver=1.5.0
pkgname=nodejs-serverless # All lowercase
-pkgver=1.4.0
+pkgver=1.5.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=('7229d98e8471010cca8eecb931cc1a1362e27d48')
+sha1sums=('d6dd8cbda6895a1417e39fa47e1da63e5c51ddb1')
package() {
cd $srcdir