pkgsrc-WIP-changes archive

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

task: Update to 3.12.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun May 15 10:29:27 2022 +0900
Changeset:	ba9d2d268ca218e9b8de23636b92d7c874fa9264

Modified Files:
	task/Makefile
	task/distinfo

Log Message:
task: Update to 3.12.1

* Fixed bug where, on Windows, variables were ending with \r because we
were only removing the final \n but not \r\n.

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

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 aaca876b4b..3abba37cf2 100644
--- a/task/Makefile
+++ b/task/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	task-3.12.0
+PKGNAME=	task-3.12.1
 DISTNAME=	task-${GITHUB_TAG}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=go-task/}
diff --git a/task/distinfo b/task/distinfo
index 2d324c0df5..80ede2276f 100644
--- a/task/distinfo
+++ b/task/distinfo
@@ -228,6 +228,6 @@ Size (mvdan.cc_sh_v3_@v_v3.4.3.mod) = 495 bytes
 BLAKE2s (mvdan.cc_sh_v3_@v_v3.4.3.zip) = a2cc52ef41bd504838f921644e56936452646f24b3997f7fa18339aa650e5960
 SHA512 (mvdan.cc_sh_v3_@v_v3.4.3.zip) = 2ccee2e1811f40d4ea71d477512c131dddb244c33a54788032499877d8e98394feef2e74b17f75b08b94f6033b914d58e98f26a7bdbd0f61c745741f0479e4ae
 Size (mvdan.cc_sh_v3_@v_v3.4.3.zip) = 218179 bytes
-BLAKE2s (task-v3.12.0.tar.gz) = 3f9e7be33c5fd546adb15f93c1dd3c60e47d49135ddb86982a38d7964a4c249f
-SHA512 (task-v3.12.0.tar.gz) = 2ed89e30b17c67bdc494023279b0184b9f7b3967407d9ae319bd47618c9516a4b20d42dc3137b6d039ead00f14f7661e4649dc1e5b9323cce585a8dc9afe31fd
-Size (task-v3.12.0.tar.gz) = 144536 bytes
+BLAKE2s (task-v3.12.1.tar.gz) = 623da62b64e0b8c847b1e50f75d89876d3bbc7f6e921bdd773906542f9dc4147
+SHA512 (task-v3.12.1.tar.gz) = a1474a1e6b6ece0b9172b8d57d87c82af216f1c1acc65318cefb84122fb55af1cd6db8c14370e5a7a4d782f40f06e1f875db1b22dbf25a51131ac889aa4cda2b
+Size (task-v3.12.1.tar.gz) = 145132 bytes


Home | Main Index | Thread Index | Old Index