summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2018-08-05 21:54:25 -0400
committerHugues Chabot2019-01-14 11:33:33 -0500
commit50e870c3775f56622c72ed791499ef79fdc5ea2d (patch)
treef0f8108a5a43e73b0bd2bf09d308e05c2cf0e134 /PKGBUILD
parentcade939de4f00af470c26fe7eee4bd9066d0786d (diff)
downloadaur-50e870c3775f56622c72ed791499ef79fdc5ea2d.tar.gz
Update to 1.36.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0db691bbf48..85c0f4010c14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.36.0
+_npmver=1.36.1
pkgname=nodejs-serverless # All lowercase
-pkgver=1.36.0
+pkgver=1.36.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=(b76695f7d2b1f60c4bd19b65d7431119dc31b333)
+sha1sums=(908c2c414586231bdd061bf74d30196c1f08851e)
package() {
cd $srcdir