update sysutils/nq to 0.5
changelog: * Notable change: nq now creates files with permissions 0666 and subject to your umask (like most programs that create new files). If your queue needs to remain secret, prohibit access to the whole directory. * Support for nq in a multi-user environment: having read permission for queued tasks in the directory is enough to wait for them. * Makefile: support INSTALL variable. * Bugfix: create $NQDONEDIR properly
This commit is contained in:
parent
2839590064
commit
c18c64f1e9
@ -2,7 +2,7 @@ COMMENT = command line queue utility
|
||||
|
||||
GH_ACCOUNT = leahneukirchen
|
||||
GH_PROJECT = nq
|
||||
GH_TAGNAME = v0.4
|
||||
GH_TAGNAME = v0.5
|
||||
|
||||
CATEGORIES = sysutils
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (nq-0.4.tar.gz) = KH1nAAY7ZM+p21HfleKgRnNus4wNO24K8Kjn2m34iAs=
|
||||
SIZE (nq-0.4.tar.gz) = 11976
|
||||
SHA256 (nq-0.5.tar.gz) = PwGq8Lju5PUIDtHNcYh8tkhdNmJX1M9UcIeNorc0sDA=
|
||||
SIZE (nq-0.5.tar.gz) = 12229
|
||||
|
Loading…
x
Reference in New Issue
Block a user