summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2020-08-27 10:52:12 -0400
committerHugues Chabot2021-09-14 14:50:06 -0400
commitec4df2295df4047ce873a810d447219880ba0860 (patch)
treebe693fff1e43d061105df3497e2f4f6aa221e259 /PKGBUILD
parentcddd6a2a114f7d9ad6a3102fc0cbdbddbe5baea4 (diff)
downloadaur-ec4df2295df4047ce873a810d447219880ba0860.tar.gz
Update to 2.59.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04e9a74d6a5b..85685c71c06a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=2.58.0
+_npmver=2.59.0
pkgname=nodejs-serverless # All lowercase
-pkgver=2.58.0
+pkgver=2.59.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=(ff246e3dbf226b3f695a1b24b59e3f1f7cedf70e)
+sha1sums=(5d46bc26036d89cea366dadd71ecd0587e17f932)
package() {
cd $srcdir