summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2016-10-21 21:32:57 -0400
committerHugues Chabot2016-10-21 21:32:57 -0400
commit461b3a39e7bca2a9f55f0f56e6527313690bf0ed (patch)
treed5da3b3cdb1237c41e97c82ccccc9c12eab327a7 /PKGBUILD
parent465c10b59c200e69247990ef34157ffcabcf44fd (diff)
downloadaur-461b3a39e7bca2a9f55f0f56e6527313690bf0ed.tar.gz
Update to 1.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea7c98ac6cef..aaf4bcc77785 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.0.0
+_npmver=1.0.3
pkgname=nodejs-serverless # All lowercase
-pkgver=1.0.0
+pkgver=1.0.3
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=(654efd6c5b6b5daf0dcb112458aae74476f5e2ad)
+sha1sums=(6f6a539aacc026ddbb77459d624deb2545d811ac)
package() {
cd $srcdir