summaryrefslogtreecommitdiff
path: root/lang/libunwind/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-08-05 19:06:49 +0000
committeradam <adam@pkgsrc.org>2019-08-05 19:06:49 +0000
commitd432b34aa3e7ddf44e1219fac381e010f51aea82 (patch)
tree6cf1158ea55ee0829acf93fdb2e0d12ba369ccd2 /lang/libunwind/Makefile
parentee6e3d25df7c6af4a08b0e242a3a14978fb19094 (diff)
downloadpkgsrc-d432b34aa3e7ddf44e1219fac381e010f51aea82.tar.gz
llvm: updated to 8.0.1
LLVM 8.0.1 is now available! Download it now, or read the release notes. This release contains bug-fixes for the LLVM 8.0.0 release. This release is API and ABI compatible with 8.0.0.
Diffstat (limited to 'lang/libunwind/Makefile')
-rw-r--r--lang/libunwind/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/libunwind/Makefile b/lang/libunwind/Makefile
index cbf2d7ad2b9..0d91c0d2409 100644
--- a/lang/libunwind/Makefile
+++ b/lang/libunwind/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.17 2019/06/02 08:35:56 adam Exp $
+# $NetBSD: Makefile,v 1.18 2019/08/05 19:06:49 adam Exp $
-DISTNAME= libunwind-8.0.0.src
+DISTNAME= libunwind-8.0.1.src
PKGNAME= ${DISTNAME:S/.src//}
CATEGORIES= lang devel
-MASTER_SITES= http://llvm.org/releases/${PKGVERSION_NOREV}/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=llvm/}
+GITHUB_PROJECT= llvm-project
+GITHUB_RELEASE= llvmorg-${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org