summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2020-08-27 10:52:12 -0400
committerHugues Chabot2022-01-24 16:14:25 -0500
commit2362d1c8f6e7ab2d10e0a6dd96eb50ef137e1741 (patch)
treefbe4d1244b5301ac12139c99efb5e336013f461b /PKGBUILD
parenta7383896b5d9266fec1b2b228dec38449f998f7d (diff)
downloadaur-2362d1c8f6e7ab2d10e0a6dd96eb50ef137e1741.tar.gz
Update to 2.72.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c407a4ce2476..083600ceec16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=2.72.1
+_npmver=2.72.2
pkgname=nodejs-serverless # All lowercase
-pkgver=2.72.1
+pkgver=2.72.2
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=(60d7cbf61455024c8589b7a1f10bcd24301d4ea9)
+sha1sums=(bb09965818cfa0683018900717c393a464a1ee5d)
package() {
cd $srcdir