summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-06-12 23:16:13 -0400
committerHugues Chabot2017-06-12 23:16:13 -0400
commit56971bb2e6fed83b53743b2411905bca5504d2a4 (patch)
tree164d8a66279eef33a91d18da1574b463a5afdec7 /PKGBUILD
parent4a17db5e617d33e3800dd649944520bb6ed183a5 (diff)
downloadaur-56971bb2e6fed83b53743b2411905bca5504d2a4.tar.gz
Update to 1.15.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 215dfa97f1a1..eb61eb8b4671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.15.2
+_npmver=1.15.3
pkgname=nodejs-serverless # All lowercase
-pkgver=1.15.2
+pkgver=1.15.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=(014e44ab214316fce1f7c25da80c61764d4dda0e)
+sha1sums=(ae60b4b88a7eaefc3a84b1e77ae16120192329bd)
package() {
cd $srcdir