summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2016-11-11 18:55:55 -0500
committerMario Finelli2016-11-11 18:55:55 -0500
commitc9e87e99da8a4927c067f9a76dcc38a7e834f72f (patch)
tree194e38b63f0d01fc1d381db8cf40837f71fa3c5b /PKGBUILD
parent61d12d96ba18a364c0f0df64768df50861bc627e (diff)
downloadaur-c9e87e99da8a4927c067f9a76dcc38a7e834f72f.tar.gz
Bump to 4.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2de804fd83f5..1b3b1aff2566 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Mario Finelli <mario dot finelli at yahoo dot com>
+# Maintainer: Mario Finelli <mario at finel dot li>
# Contributor: Mark Pustjens <pustjens at dds dot nl>
_npmname=express
pkgname=nodejs-$_npmname
-pkgver=4.13.3
+pkgver=4.14.0
pkgrel=1
pkgdesc="Fast, unopinionated, minimalist web framework."
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
depends=('nodejs' 'npm')
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
-sha256sums=('51e4e232c0973708d05399481b6003b93533664745a3949d25674fd5e29224df')
+sha256sums=('e21c61034b8d836ca5d68de4b3365012548e8c57af4a6047026b21797efd8c80')
package() {
cd "$srcdir"