summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2018-08-05 21:54:25 -0400
committerHugues Chabot2019-04-23 09:50:36 -0400
commit0994819f52a589c26352d4fc46cd6b10759ea9a4 (patch)
tree3a6be017c78e0786cbc9bd74618aed161dda6a04 /PKGBUILD
parent2f1da75f0baa706387e042d8559e370fc620ac71 (diff)
downloadaur-0994819f52a589c26352d4fc46cd6b10759ea9a4.tar.gz
Update to 1.41.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18fb871fa4c9..3909618f9bd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.41.0
+_npmver=1.41.1
pkgname=nodejs-serverless # All lowercase
-pkgver=1.41.0
+pkgver=1.41.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=(https://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=(58f734456504a938b386dcf6b01a609e9ea8c857)
+sha1sums=(c8278058eaa3a3c154b3a21fcc6536c165377a02)
package() {
cd $srcdir