From b00d7a36db6caf44bb9653e59c99b1d74ae8133e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Sun, 1 Sep 2024 14:23:55 +0300 Subject: [PATCH] dev-util/go-task: new package, add 3.38.0-r1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Skyler Mäntysaari --- dev-util/go-task/go-task-3.38.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/go-task/go-task-3.38.0-r1.ebuild b/dev-util/go-task/go-task-3.38.0-r1.ebuild index f05958ca05..59eaad47d5 100644 --- a/dev-util/go-task/go-task-3.38.0-r1.ebuild +++ b/dev-util/go-task/go-task-3.38.0-r1.ebuild @@ -4,7 +4,8 @@ inherit go-module DESCRIPTION="A task runner / simpler Make alternative written in Go" HOMEPAGE="https://taskfile.dev" -SRC_URI="https://github.com/${PN}/task/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz https://samip537.kapsi.fi/gentoo-mirror/go-task-${PV}-vendor.tar.xz" +SRC_URI="https://github.com/${PN}/task/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://samip537.kapsi.fi/gentoo-mirror/go-task-${PV}-vendor.tar.xz" S="${WORKDIR}/task-${PV}" LICENSE="MIT" SLOT="0"