pkgsrc-WIP-changes archive

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

llvm: fix MASTER_SITE



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Fri Feb 26 22:48:20 2016 +0100
Changeset:	22a211196780f7fb15b8e0d1c956913405491892

Modified Files:
	llvm/Makefile

Log Message:
llvm: fix MASTER_SITE

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

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

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

diffs:
diff --git a/llvm/Makefile b/llvm/Makefile
index f6952cd..cf95312 100644
--- a/llvm/Makefile
+++ b/llvm/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	llvm-3.8.0rc2.src
 PKGNAME=	${DISTNAME:S/.src//}
 CATEGORIES=	lang devel
-MASTER_SITES=	http://llvm.org/pre-releases/3.8.0/rc1/
+MASTER_SITES=	http://llvm.org/pre-releases/3.8.0/rc2/
 #MASTER_SITES=	http://llvm.org/releases/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=	.tar.xz
 


Home | Main Index | Thread Index | Old Index