pkgsrc-WIP-changes archive

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

cloudflare-speed-cli: simplify GITHUB_TAG handling



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Jan 2 11:50:56 2026 +0100
Changeset:	2efca32b9427f54d249fef57af40c449f263d74a

Modified Files:
	cloudflare-speed-cli/Makefile

Log Message:
cloudflare-speed-cli: simplify GITHUB_TAG handling

Omit not needed `refs/tags/`.

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

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

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

diffs:
diff --git a/cloudflare-speed-cli/Makefile b/cloudflare-speed-cli/Makefile
index ce6be0db22..87dfce699c 100644
--- a/cloudflare-speed-cli/Makefile
+++ b/cloudflare-speed-cli/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	cloudflare-speed-cli-0.4.3
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=kavehtehrani/}
-GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	bartosz.kuzma%gmail.com@localhost
 HOMEPAGE=	https://github.com/kavehtehrani/cloudflare-speed-cli/


Home | Main Index | Thread Index | Old Index