summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2016-11-22 09:47:51 -0500
committerHugues Chabot2016-11-22 09:47:51 -0500
commitf92d516d130b0a291793e328020384d8afeb80f1 (patch)
tree73cec5851834c1e5f5399279c503df02c1c2abaa /PKGBUILD
parentc974ba4c84a186d4afd89c2994a58b4bf32d6817 (diff)
downloadaur-f92d516d130b0a291793e328020384d8afeb80f1.tar.gz
Update to 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73c498b99f97..ffd1c6e6d94a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.1.0
+_npmver=1.2.0
pkgname=nodejs-serverless # All lowercase
-pkgver=1.1.0
+pkgver=1.2.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=(c52e2e830489b9462d4c80f7e4bd636e1239e323)
+sha1sums=('4feea229d5a61bb16e2379eeae322fc991dd4ed0')
package() {
cd $srcdir