summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2018-08-05 21:54:25 -0400
committerHugues Chabot2019-01-24 10:56:04 -0500
commit20a88edc7d4961067e535d33d243259774f6a9a5 (patch)
treec5722759ef2540efbfa5104597d8bc7db9a3e723 /PKGBUILD
parente0b9da94473df69c1f54c56c4acf2f160896412c (diff)
downloadaur-20a88edc7d4961067e535d33d243259774f6a9a5.tar.gz
Update to 1.36.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27b647fea4d4..4a3b57473260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.36.2
+_npmver=1.36.3
pkgname=nodejs-serverless # All lowercase
-pkgver=1.36.2
+pkgver=1.36.3
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=(3cefb06c363bf335cff000540d9cda2f66b79261)
+sha1sums=(0645fcce7d83cee75b3969e9765ebf3fda2ca833)
package() {
cd $srcdir