summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2020-08-27 10:52:12 -0400
committerHugues Chabot2021-10-20 18:38:19 -0400
commitdba789be319b9eabfc47b029471a0f221784c3ce (patch)
tree836747f0b31e6a50e71c017943fa8a3a2f3bcf22 /PKGBUILD
parent5f0b661db2c30641ce6befff360ad7de35170337 (diff)
downloadaur-dba789be319b9eabfc47b029471a0f221784c3ce.tar.gz
Update to 2.64.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8d66ec07762..19a67596286b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=2.64.0
+_npmver=2.64.1
pkgname=nodejs-serverless # All lowercase
-pkgver=2.64.0
+pkgver=2.64.1
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=(0c78b5c077466df75c2741942ca693c66c5c628f)
+sha1sums=(708f7000577437f5fec27efd996967d67dc66fb3)
package() {
cd $srcdir