summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugues Chabot2017-09-13 09:41:33 -0400
committerHugues Chabot2018-02-27 09:44:40 -0500
commit41aee838578a5b8a67ce1af5d524968021c8eaf0 (patch)
tree874a6f862fd93d75e641f1e4f38006cf4c02082f /PKGBUILD
parentff86c4a9b45e87b45890e71b3b3f2037fbca8efd (diff)
downloadaur-41aee838578a5b8a67ce1af5d524968021c8eaf0.tar.gz
Update to 1.26.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2833f2bd1bd1..e2d93c9b9735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hugues Chabot <at google mail>
_npmname=serverless
-_npmver=1.26.0
+_npmver=1.26.1
pkgname=nodejs-serverless # All lowercase
-pkgver=1.26.0
+pkgver=1.26.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=(http://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=(cd46345a25d9fdd6c7a9c1da95251de39053ddae)
+sha1sums=(20037b28ce36ab381d36929081f36b249d126542)
package() {
cd $srcdir