pkgsrc-WIP-changes archive

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

task: Update to 3.2.2



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Jan 17 09:20:38 2021 +0900
Changeset:	82157f44371c4a84b1c49b6b17b312cb074da27d

Modified Files:
	task/Makefile
	task/distinfo

Log Message:
task: Update to 3.2.2

* Improve performance of --list and --summary by skipping running shell
  variables for these flags.
* Fixed a bug where an environment in a Taskfile was not always overridable
  by the system environment.
* Fixed environment from .env files not being available as
  variables.
* The install script is now working for ARM platforms.

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

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 | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/task/Makefile b/task/Makefile
index f193e014ec..0fb37cfd87 100644
--- a/task/Makefile
+++ b/task/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	task-3.2.1
+PKGNAME=	task-3.2.2
 DISTNAME=	task-${GITHUB_TAG}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=go-task/}
diff --git a/task/distinfo b/task/distinfo
index 2ea0adb29b..488bb756e8 100644
--- a/task/distinfo
+++ b/task/distinfo
@@ -256,7 +256,7 @@ SHA1 (mvdan.cc_sh_v3_@v_v3.2.1.zip) = 7843f88c965fb079ad6910b5d6147a9b97601f54
 RMD160 (mvdan.cc_sh_v3_@v_v3.2.1.zip) = cc188a1b497f62a7ce84d610889c27015a377d81
 SHA512 (mvdan.cc_sh_v3_@v_v3.2.1.zip) = cbf6a11cb8e552782c957a3d2c5b7c919affdcf533bc2463bf654819578f347e52a642c5e5e9773cfef6baeec446b9ee63fed3427e955f4ede8fb4596217c896
 Size (mvdan.cc_sh_v3_@v_v3.2.1.zip) = 200106 bytes
-SHA1 (task-v3.2.1.tar.gz) = d359b8e2d6e20afa6e853cbba93b92836b1d8f2d
-RMD160 (task-v3.2.1.tar.gz) = b89333ad9c835e38ac0389a87e51474868ec1343
-SHA512 (task-v3.2.1.tar.gz) = 2a038c62c42331898d2d26da0a571d558e8d21b709b3534e4c368477b93d30b554b207941f34653d1d83197800f1a18b7ad3865b2d55b1fc2ddf3f6f4969793f
-Size (task-v3.2.1.tar.gz) = 120843 bytes
+SHA1 (task-v3.2.2.tar.gz) = 194fe5cbbc4fa47330bae6734449b7b917045f73
+RMD160 (task-v3.2.2.tar.gz) = 87f0c10607455667f3715a371fde55ad4e682aa1
+SHA512 (task-v3.2.2.tar.gz) = c46d8073b1c97a27a46fcb7a3625a801ab4dc4470368cb6209d55310738d7704f0390b8cbf237093f90e1bcab717482fb51aaecfccf67628b7b5490a84ea9f1d
+Size (task-v3.2.2.tar.gz) = 121331 bytes


Home | Main Index | Thread Index | Old Index