summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2020-08-27 10:52:12 -0400
committerHugues Chabot2021-04-26 14:19:37 -0400
commit623ba967e3a8e78006d4fcea1e4ad9731e90d8c7 (patch)
tree735fef14cd84745f29ec22a8f59d261ebddb6272 /PKGBUILD
parentfd00e67dbc974b9c92110d1a4f2e5723d7bb224a (diff)
downloadaur-623ba967e3a8e78006d4fcea1e4ad9731e90d8c7.tar.gz
Update to 2.38.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccd9a953f5b8..25ec52c8587c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=2.37.2
+_npmver=2.38.0
pkgname=nodejs-serverless # All lowercase
-pkgver=2.37.2
+pkgver=2.38.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=(8c821fe69cd88d71e3982412874f1dbb0f1801de)
+sha1sums=(7dbf000b3a2159762fda79aa3875f1df400d2422)
package() {
cd $srcdir