summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-04-03 12:13:45 -0400
committerHugues Chabot2017-04-03 12:13:45 -0400
commit732e1c0525fee8eb85dd548b5f341514b41683f8 (patch)
treecc75daccdd8787848c2143c0b5732e55f9762452 /PKGBUILD
parentdf93f440c8508665c043009668f9386357546579 (diff)
downloadaur-732e1c0525fee8eb85dd548b5f341514b41683f8.tar.gz
Update to 1.10.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f343f493c0e8..2cc0777aea88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.10.1
+_npmver=1.10.2
pkgname=nodejs-serverless # All lowercase
-pkgver=1.10.1
+pkgver=1.10.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=('55f0e43664331c45f51108089b2b271a17a55e22')
+sha1sums=('48faa173022441300ea7c3d8bc3f205199cd60d6')
package() {
cd $srcdir