commit: b00d7a36db6caf44bb9653e59c99b1d74ae8133e Author: Skyler Mäntysaari <sm+git <AT> skym <DOT> fi> AuthorDate: Sun Sep 1 11:23:55 2024 +0000 Commit: Skyler Mäntysaari <gentoo <AT> samip <DOT> fi> CommitDate: Sun Sep 1 11:49:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b00d7a36
dev-util/go-task: new package, add 3.38.0-r1 Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi> 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 f05958ca0..59eaad47d 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"
