summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2020-08-27 10:52:12 -0400
committerHugues Chabot2021-03-20 22:45:55 -0400
commitd73ae89435fd8113915f93000729f969e86222cd (patch)
tree88835b09e6b8e5d39ff993501fbd4cd475067e93 /PKGBUILD
parent9e544f2f762bc877f3a769c714d08db67c6a4d42 (diff)
downloadaur-d73ae89435fd8113915f93000729f969e86222cd.tar.gz
Update to 2.30.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bff9df73ca8c..ce8cdb121030 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=2.30.0
+_npmver=2.30.3
pkgname=nodejs-serverless # All lowercase
-pkgver=2.30.0
+pkgver=2.30.3
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=(9068352ad374b1bb7dca8c1cc54f33fe010f7714)
+sha1sums=(17cadffb17e3b17d9b645bc3e2e8a38a355bb355)
package() {
cd $srcdir