pkgsrc-WIP-changes archive

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

kallisto: Upstream fixed distversion prefix V -> v



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Jul 27 06:56:59 2024 -0500
Changeset:	833851b6f55e40e925321bf8cd1878120d0fcd29

Modified Files:
	kallisto/Makefile

Log Message:
kallisto: Upstream fixed distversion prefix V -> v

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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 kallisto/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/kallisto/Makefile b/kallisto/Makefile
index 9aa4cbb3b7..c7a8273adc 100644
--- a/kallisto/Makefile
+++ b/kallisto/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	kallisto-0.51.0
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=pachterlab/}
-GITHUB_TAG=	V${PKGVERSION_NOREV}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://pachterlab.github.io/kallisto/


Home | Main Index | Thread Index | Old Index