summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2022-02-03 11:55:10 -0500
committerHugues Chabot2022-02-26 15:16:39 -0500
commit041306759b0d235de3ee710e069aef07416677c6 (patch)
tree3baf7513179719cfc064f926217faa70e03be085 /PKGBUILD
parentab9c0d07964583e57fed7342e67858b83028d029 (diff)
downloadaur-041306759b0d235de3ee710e069aef07416677c6.tar.gz
Update to 3.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8710d29fb6e2..861313a620dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=3.3.0
+_npmver=3.4.0
pkgname=nodejs-serverless # All lowercase
-pkgver=3.3.0
+pkgver=3.4.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=(05de8f35f016cd2f418f8e9b9194707d6c1d5270)
+sha1sums=(929aa1f3594bc334bc782940b8f42cdba2ff5fc5)
package() {
cd $srcdir