summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2018-08-05 21:54:25 -0400
committerHugues Chabot2018-09-17 20:40:01 -0400
commit9f2ca268fc230e9d906a6479489c627ddaf25a3b (patch)
treeaf4d89f616d19a35196fc78068dae1833660c6f8 /PKGBUILD
parente6d96a3a6492d7093491f1b8ef45f39c3562eab3 (diff)
downloadaur-9f2ca268fc230e9d906a6479489c627ddaf25a3b.tar.gz
Update to 1.32.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71b56d1fd162..ad4f0536108d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.31.0
+_npmver=1.32.0
pkgname=nodejs-serverless # All lowercase
-pkgver=1.31.0
+pkgver=1.32.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=(https://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=(f931c68e8c5d509aff7e53f0ce26ab5f767cf578)
+sha1sums=(84bd7b56dfa14edea0bf95a685e9013dc9ff5ab8)
package() {
cd $srcdir