summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgéballin2023-12-09 18:36:47 +0100
committergéballin2023-12-09 18:36:47 +0100
commit27ae6cd4c5d32f6a420d759112a57f4dcc183e44 (patch)
tree5e2e998de778cfb7fd485f21739bc81a45dd772e /PKGBUILD
parente3c70cee9844151353563beb19e2a471a4674851 (diff)
downloadaur-27ae6cd4c5d32f6a420d759112a57f4dcc183e44.tar.gz
Update to 3.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cd4c4dfbf4e..df12c47d83cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_npmname=nodemon
pkgname=nodejs-$_npmname
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc="Simple monitor script for use during development of a node.js app."
arch=('any')
@@ -16,7 +16,7 @@ makedepends=(npm)
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz
https://raw.githubusercontent.com/remy/nodemon/master/LICENSE)
noextract=($_npmname-$pkgver.tgz)
-sha256sums=('66c776ebf74318a76648a6ba68df6830d0ba32f69df49bbaf5cd477416165623'
+sha256sums=('e45abc89a9b94d2631e7070b011d66338e3b4ba1b2ddf7aec0bfd99b3a6d4205'
'0fa6b5d2902f7ac42db390dfd2cb3b4ce82ed45cb5ad5dea41c11d1d67e0934d')
package() {