summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2020-08-27 10:52:12 -0400
committerHugues Chabot2022-02-01 13:21:23 -0500
commitcce14b946fc52ea2ca09afb6f7d5628cef5ee7c3 (patch)
tree4a9a27aa603613296524467d556d0472a982b31b /PKGBUILD
parent724b7d35662667c5cf160042bfb6356584a4d00e (diff)
downloadaur-cce14b946fc52ea2ca09afb6f7d5628cef5ee7c3.tar.gz
Update to 3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59f78ce34498..d36c0f3de001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=3.0.1
+_npmver=3.1.0
pkgname=nodejs-serverless # All lowercase
-pkgver=3.0.1
+pkgver=3.1.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=(c859d4fc2e960d7901a95f25738c60e23330507e)
+sha1sums=(77a7a045837ff0c3338d1844567c34c4120eac86)
package() {
cd $srcdir