pkgsrc-WIP-changes archive

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

inform: fix download



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu May 9 19:29:05 2024 +0200
Changeset:	38b51a774a429fbca333729072c07f24045cead8

Modified Files:
	inform/Makefile

Log Message:
inform: fix download

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

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

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

diffs:
diff --git a/inform/Makefile b/inform/Makefile
index c708b195af..7a925f30ca 100644
--- a/inform/Makefile
+++ b/inform/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GITHUB:=ganelson/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 DISTFILES=	${DEFAULT_DISTFILES} inweb-7.2.0.tar.gz
-# TODO: fix for inweb download
+SITES.inweb-7.2.0.tar.gz= -https://github.com/ganelson/inweb/archive/refs/tags/v7.2.0.tar.gz
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/ganelson/inform/


Home | Main Index | Thread Index | Old Index