summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index caebd6239bf7..b1e8de3ed6ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Daniel Nagy <danielnagy at gmx de>
+# Maintainer: Mario Finelli <mario at finel dot li>
+# Contributor: Daniel Nagy <danielnagy at gmx de>
# Contributor: Remy Sharp (http://github.com/remy)
# Contributor: remy <remy@remysharp.com>
_npmname=nodemon
-_npmver=1.7.2
+_npmver=1.9.1
pkgname=nodejs-nodemon # All lowercase
-pkgver=1.7.2
+pkgver=1.9.1
pkgrel=1
pkgdesc="Simple monitor script for use during development of a node.js app."
arch=(any)
@@ -16,7 +17,7 @@ optdepends=()
options=( '!strip' )
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=('9259190817c531cf33cce7dad2913fb572abf586')
+sha1sums=('442071f88c39d801fb0bdfd209413da5dce6dad3')
package() {
cd "$srcdir"