pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

task: Update to 3.16.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Oct 2 16:44:22 2022 +0900
Changeset:	1809ec89a7e22b0a60850256bd1f484193771673

Modified Files:
	task/Makefile
	task/distinfo

Log Message:
task: Update to 3.16.0

* Add npm as new installation method: npm i -g @go-task/cli.
* Add support to marking tasks and includes as internal, which will hide
them from --list and --list-all.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1809ec89a7e22b0a60850256bd1f484193771673

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 task/Makefile | 2 +-
 task/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/task/Makefile b/task/Makefile
index dcb3c724d5..259df1f20c 100644
--- a/task/Makefile
+++ b/task/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	task-3.15.2
+PKGNAME=	task-3.16.0
 DISTNAME=	task-${GITHUB_TAG}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=go-task/}
diff --git a/task/distinfo b/task/distinfo
index 429c2ca3cb..32d1f306f5 100644
--- a/task/distinfo
+++ b/task/distinfo
@@ -144,6 +144,6 @@ Size (mvdan.cc_sh_v3_@v_v3.6.0-0.dev.0.20220704111049-a6e3029cd899.mod) = 669 by
 BLAKE2s (mvdan.cc_sh_v3_@v_v3.6.0-0.dev.0.20220704111049-a6e3029cd899.zip) = 7e0d52dbc4d97a04f6fe7ad8d9ff0d8e595a406004acd5ac7c993e3648903877
 SHA512 (mvdan.cc_sh_v3_@v_v3.6.0-0.dev.0.20220704111049-a6e3029cd899.zip) = 9ab8980d3f99a5bbf3d3c5f527e7fddcd314a3de68b7433757d7ccd68644b970e5a2ab0dd2075c4e8faf439306d3b1e0a272f700617f737defaea9af8c29b2dc
 Size (mvdan.cc_sh_v3_@v_v3.6.0-0.dev.0.20220704111049-a6e3029cd899.zip) = 238901 bytes
-BLAKE2s (task-v3.15.2.tar.gz) = edaf83d15e79139a9f8aed799f55a0d3144187cc30021e52912d298ca0a2e3d1
-SHA512 (task-v3.15.2.tar.gz) = 1f142d7f565e4835993bea181d582e32538c56e0da593f7c9161e802e9b2b574a96fd819dbf9d0e83ec3891d096a085e2e6932a911fd839dfb99cf2af57761dd
-Size (task-v3.15.2.tar.gz) = 309386 bytes
+BLAKE2s (task-v3.16.0.tar.gz) = 3fbf3aa476a1e490dac22af8923943292c8cf6138f24c63cadc7030d62b0d40b
+SHA512 (task-v3.16.0.tar.gz) = f3b1b50ead50c3830e057c0efd05ff567f0897cfab5424743df77b14540852ecf236e569f310b0967f8d72aa96cfc5994554f784940fac86c8265d7b4aa8846d
+Size (task-v3.16.0.tar.gz) = 321614 bytes


Home | Main Index | Thread Index | Old Index