summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2016-11-23 09:24:38 -0500
committerHugues Chabot2016-11-23 09:24:38 -0500
commit107da2d1d7dc99c33d0e8d1170af890517530605 (patch)
treed3f5dd170ae3c573af9e52434f39c2648659a9ed /PKGBUILD
parentf92d516d130b0a291793e328020384d8afeb80f1 (diff)
downloadaur-107da2d1d7dc99c33d0e8d1170af890517530605.tar.gz
Update to 1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffd1c6e6d94a..7d48235942ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.2.0
+_npmver=1.2.1
pkgname=nodejs-serverless # All lowercase
-pkgver=1.2.0
+pkgver=1.2.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=('4feea229d5a61bb16e2379eeae322fc991dd4ed0')
+sha1sums=('7e1d076aacb6e93acca15addc9ea67a6dccd31b4')
package() {
cd $srcdir