summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-01-19 13:32:46 -0500
committerHugues Chabot2017-01-19 13:32:46 -0500
commit4eb7fff788f9961b69e4a9e7494d36577678c797 (patch)
tree3f42deb5ae09534b8720e1264614ebfdc9566176 /PKGBUILD
parentc461db69a3266609cbe841f165e381c35f34d773 (diff)
downloadaur-4eb7fff788f9961b69e4a9e7494d36577678c797.tar.gz
Update to 1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7de54dfa53ec..57d4080bfa97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.5.0
+_npmver=1.5.1
pkgname=nodejs-serverless # All lowercase
-pkgver=1.5.0
+pkgver=1.5.1
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=('d6dd8cbda6895a1417e39fa47e1da63e5c51ddb1')
+sha1sums=('9823591d0184745f27cb4ffce928c456fa136aab')
package() {
cd $srcdir