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:
op 2022-03-30 13:32:32 +00:00
parent 2839590064
commit c18c64f1e9
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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