summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2020-02-17 13:53:38 -0500
committerMario Finelli2020-02-17 13:53:38 -0500
commit6a3d99e436aec31632086a423a8368f95154bb4c (patch)
tree128b8af6a98889e0f1ac43491467738d66cd8103 /PKGBUILD
parent6654fca6db16e0b053d46cde113a5701910d74a8 (diff)
downloadaur-6a3d99e436aec31632086a423a8368f95154bb4c.tar.gz
Bump to 2.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ceb4972ed118..6c36be41ebfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_npmname=nodemon
pkgname=nodejs-$_npmname
-pkgver=1.18.9
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
pkgdesc="Simple monitor script for use during development of a node.js app."
arch=('any')
url="https://nodemon.io"
@@ -15,7 +15,7 @@ makedepends=(npm)
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz
https://rem.mit-license.org/license.txt)
noextract=($_npmname-$pkgver.tgz)
-sha256sums=('19a59ef575da759dfcbe5128115f4e547e080d9ab80b568a91ac0234ce4105e8'
+sha256sums=('3eba3c823a387f964b2e8f5daed1bf13402b17a46aeb3c019a0cc4f5292a6d45'
'22a451857919b5b20b64977023047477b2f4ec872ecfd538893a544e5634f5c5')
package() {