summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-08-30 12:06:59 -0400
committerHugues Chabot2017-08-30 12:06:59 -0400
commit0a2b092195b532b148f3946dc02d28ec4a78ed18 (patch)
tree204dcd2d194a6e2ed9f290dc0b56936dcb53fcb1 /PKGBUILD
parent66d591a26ca5a08d8b415bc8f552f93a441d1a4c (diff)
downloadaur-0a2b092195b532b148f3946dc02d28ec4a78ed18.tar.gz
Update to 1.21.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe6f2145066f..992cc00979cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
+# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.20.2
+_npmver=1.21.0
pkgname=nodejs-serverless # All lowercase
-pkgver=1.20.2
+pkgver=1.21.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)
@@ -11,7 +12,7 @@ depends=('nodejs' 'npm' )
optdepends=()
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=(1d2a1591b1c091be4704aa331d2cf6ed70552566)
+sha1sums=(f651c2d71273c28d83457a242226f48cda5bcfef)
package() {
cd $srcdir