pkgsrc-WIP-changes archive

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

task: Update to 3.20.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Jan 15 16:07:12 2023 +0900
Changeset:	c0ba01c33e6ac68c00a4447bb54916747530da33

Modified Files:
	task/Makefile
	task/distinfo

Log Message:
task: Update to 3.20.0

* Improve behavior and performance of status checking when using the
timestamp mode.
* Performance optimizations were made for large Taskfiles.
* Add ability to configure options for the set and shopt builtins.
* Add new platforms: attribute to task and cmd, so it's now possible to
choose in which platforms that given task or command will be run
on. Possible values are operating system (GOOS), architecture (GOARCH) or a
combination of the two. Example: platforms: [linux], platforms: [amd64] or
platforms: [linux/amd64]. Other platforms will be skipped.

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

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 bbfefe7525..7998c7a947 100644
--- a/task/Makefile
+++ b/task/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	task-3.19.1
+PKGNAME=	task-3.20.0
 DISTNAME=	task-${GITHUB_TAG}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=go-task/}
diff --git a/task/distinfo b/task/distinfo
index 2e2e013c10..6449a57651 100644
--- a/task/distinfo
+++ b/task/distinfo
@@ -162,6 +162,6 @@ Size (mvdan.cc_sh_v3_@v_v3.6.0.mod) = 481 bytes
 BLAKE2s (mvdan.cc_sh_v3_@v_v3.6.0.zip) = 9c91d18aee6ad733ecd856e843a26cd957dca1c2ce52214bedd7a6192fdc2d70
 SHA512 (mvdan.cc_sh_v3_@v_v3.6.0.zip) = 02511403184d6fda402a1264178de7d2f7c727f7f6c21d344c696c7d3beb49596623663065bfb72438232352617b7f93b6e218fb9363f7d965527eaf50617e3f
 Size (mvdan.cc_sh_v3_@v_v3.6.0.zip) = 244864 bytes
-BLAKE2s (task-v3.19.1.tar.gz) = 1ad582d2f7d9220aba2215763800ec016b1e2dbc557708b2c167006c5d043849
-SHA512 (task-v3.19.1.tar.gz) = 3d126f88cb3f714943eee762c4f93a197224e4c6a2389746d5b6d221ed37eb0ba0b7e140cb2cc142ef2b923cd40ba609089b91c45e5daae37003ae88eb82ef1d
-Size (task-v3.19.1.tar.gz) = 346606 bytes
+BLAKE2s (task-v3.20.0.tar.gz) = 2a5e972e8f908467e95aeaf8c1a75e3acfa8bf4d7c17931f448fa2c7981f4047
+SHA512 (task-v3.20.0.tar.gz) = 49d554a738a3a36387f2beda35e8e7d229d133553bd261b427bb2a146d831a300f3a963bc3b2aee991f7c9ecb60e294180e6a32a814e57bafc8073a9172c75db
+Size (task-v3.20.0.tar.gz) = 351601 bytes


Home | Main Index | Thread Index | Old Index