summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2020-08-27 10:52:12 -0400
committerHugues Chabot2022-01-31 15:11:58 -0500
commit724b7d35662667c5cf160042bfb6356584a4d00e (patch)
tree3744b834ff53bf9e1a654aac504d63e0adb90706 /PKGBUILD
parentaa1d729882455d295e2156efcc89d5a1053c8e8d (diff)
downloadaur-724b7d35662667c5cf160042bfb6356584a4d00e.tar.gz
Update to 3.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd95976f9700..59f78ce34498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=3.0.0
+_npmver=3.0.1
pkgname=nodejs-serverless # All lowercase
-pkgver=3.0.0
+pkgver=3.0.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=(688021f003ba5eab54877727ea34b27711975117)
+sha1sums=(c859d4fc2e960d7901a95f25738c60e23330507e)
package() {
cd $srcdir