pkgsrc-WIP-changes archive

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

axel: use GITHUB* variables



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Feb 22 19:01:10 2022 +0100
Changeset:	91acd4aee7fc8c791ee66c735c5f2bb0a60a79ac

Modified Files:
	axel/Makefile

Log Message:
axel: use GITHUB* variables

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

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

diffstat:
 axel/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/axel/Makefile b/axel/Makefile
index b61d7ca4cd..6789b7d8b4 100644
--- a/axel/Makefile
+++ b/axel/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.8 2012/09/24 16:56:41 asau Exp $
-#
 
 DISTNAME=		axel-2.17.11
 CATEGORIES=		net
-MASTER_SITES=		https://github.com/axel-download-accelerator/axel/releases/download/v${PKGVERSION_NOREV}/
+MASTER_SITES=		${MASTER_SITE_GITHUB:=axel-download-accelerator/}
+GITHUB_RELEASE=		v${PKGVERSION_NOREV}
 
 MAINTAINER=		ismael%iodev.co.uk@localhost
 HOMEPAGE=		https://github.com/axel-download-accelerator/axel


Home | Main Index | Thread Index | Old Index