From 5978534a7020e525c33689983ab97340b0e4d838 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:16:54 +0000 Subject: [PATCH] libcxx: extract update_* to external update file --- srcpkgs/libcxx/template | 1 - srcpkgs/libcxx/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/libcxx/update diff --git a/srcpkgs/libcxx/template b/srcpkgs/libcxx/template index 82f4320306..8e02ac75f1 100644 --- a/srcpkgs/libcxx/template +++ b/srcpkgs/libcxx/template @@ -8,7 +8,6 @@ short_desc="New implementation of the C++ standard library, targeting C++11" maintainer="Juan RP " homepage="http://libcxx.llvm.org" license="BSD" -update_site="http://www.llvm.org/releases/download.html" distfiles="http://www.llvm.org/releases/${version}/${pkgname}-${version}.src.tar.gz" checksum=bd9f200279f0eb19fc28ed2d9d607dfd38e2e7d92bf52e7fb2161f89212e0deb diff --git a/srcpkgs/libcxx/update b/srcpkgs/libcxx/update new file mode 100644 index 0000000000..49e4f464a9 --- /dev/null +++ b/srcpkgs/libcxx/update @@ -0,0 +1 @@ +site="http://www.llvm.org/releases/download.html"