pkgsrc-WIP-changes archive

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

task: Update to 3.19.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Dec 10 14:13:32 2022 +0900
Changeset:	b8fe674145d4fa727a9f144c0e0ca2218aba5986

Modified Files:
	task/Makefile
	task/distinfo

Log Message:
task: Update to 3.19.0

* Installation via npm now supports pnpm as well.
* It's now possible to run Taskfiles from subdirectories! A new
`USER_WORKING_DIR` special variable was added to add even more flexibility
for monorepos.
* Add task-level `dotenv` support.
* It's now possible to use global level variables on `includes`.

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

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 b790560e42..c3b346a362 100644
--- a/task/Makefile
+++ b/task/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	task-3.18.0
+PKGNAME=	task-3.19.0
 DISTNAME=	task-${GITHUB_TAG}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=go-task/}
diff --git a/task/distinfo b/task/distinfo
index a6824a67ce..272cdbe9ac 100644
--- a/task/distinfo
+++ b/task/distinfo
@@ -162,6 +162,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.18.0.tar.gz) = ac8902604ae4f72e142092079ac07fbd62a08d424e2f033468caa22480ce2c2e
-SHA512 (task-v3.18.0.tar.gz) = 8cdc3b8424f3df5f57948a53374ecc3a40c537bdefc261e7d55ee2a0662ab9db7d7c08ee71820cf13a563a551fbc4a844b5d62b50e6265122cab277bf1d57816
-Size (task-v3.18.0.tar.gz) = 323588 bytes
+BLAKE2s (task-v3.19.0.tar.gz) = de59f80e380f37e51ebc94d65014792a48f2b5da63385a07d18756cfb866039b
+SHA512 (task-v3.19.0.tar.gz) = 8bf770788309bc5c7426eb621782959ed010613cf834b5e48d4461256634a0bd197ceb37a9ab55a10475aa07c24d4182dc708b47caba6f46ef77361a8db1a42e
+Size (task-v3.19.0.tar.gz) = 329515 bytes


Home | Main Index | Thread Index | Old Index