entr: update to 4.9
== 4.9: May 3, 2021 - EV_TRACE also prints file/notify descriptor limit - Don't raise rlim_cur on MacOS - Set 2^16 watches if inotify limits cannot be read - Raise an error and suggest '-n' if terminal attributes cannot be read
This commit is contained in:
parent
9ce8799082
commit
cf0da194c2
2 changed files with 9 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.18 2021/03/04 10:02:02 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2021/06/12 09:29:37 nia Exp $
|
||||
#
|
||||
|
||||
DISTNAME= entr-4.8
|
||||
DISTNAME= entr-4.9
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://eradman.com/entrproject/code/
|
||||
MASTER_SITES= https://eradman.com/entrproject/code/
|
||||
|
||||
MAINTAINER= leot@NetBSD.org
|
||||
HOMEPAGE= http://eradman.com/entrproject/
|
||||
HOMEPAGE= https://eradman.com/entrproject/
|
||||
COMMENT= Run arbitrary commands when files change
|
||||
LICENSE= isc AND 2-clause-bsd
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.16 2021/03/04 10:02:02 leot Exp $
|
||||
$NetBSD: distinfo,v 1.17 2021/06/12 09:29:37 nia Exp $
|
||||
|
||||
SHA1 (entr-4.8.tar.gz) = 9f65589f5eeb87ee162915cf0b59e8870390ad03
|
||||
RMD160 (entr-4.8.tar.gz) = a65ae16cab5fbf78137d3210729fe8b6b990f8bf
|
||||
SHA512 (entr-4.8.tar.gz) = fc99a257fe9a30a9b08f0b6283f9ee3b65c38362744842dd976a4ac7749df7f6ff630235443af17f664f9cbf2a197dbb8c1114fe491e675921745294b4fa4d8f
|
||||
Size (entr-4.8.tar.gz) = 25408 bytes
|
||||
SHA1 (entr-4.9.tar.gz) = ec7d722c8c0ec155042c1d2b1b91560f8ec5a9b3
|
||||
RMD160 (entr-4.9.tar.gz) = a231447979b183160bfe9e8014acb4cdb5906a01
|
||||
SHA512 (entr-4.9.tar.gz) = b05595be5ae1c6fbd39ea886331b9b77563460d03eae8889c7ad0cc156a44c6f50477dc3448eefe715e124a79ab08b9baf7c53a9059dcf137e5782bf7b499751
|
||||
Size (entr-4.9.tar.gz) = 25501 bytes
|
||||
|
|
Loading…
Reference in a new issue