summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2018-08-05 21:54:25 -0400
committerHugues Chabot2019-05-21 12:45:39 -0400
commit8a9ec709d63a0b33875a199c9f1b4377e0aabcf2 (patch)
treed3d04dc899aef7a87becbec6b6051b3100770fdd /PKGBUILD
parent0bedeefd22beee952bb8fd6bd5c9473d4c9d3901 (diff)
downloadaur-8a9ec709d63a0b33875a199c9f1b4377e0aabcf2.tar.gz
Update to 1.43.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc1039b0336f..b284516aa7d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.42.3
+_npmver=1.43.0
pkgname=nodejs-serverless # All lowercase
-pkgver=1.42.3
+pkgver=1.43.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=(7f637a5d788b48a7bbd18b0b904fbb2ed27e87a7)
+sha1sums=(4677e7b33f00c2e943018562868d6ba9cc4a52fa)
package() {
cd $srcdir