From: Michał Górny Date: Mon, 13 Mar 2017 17:12:06 +0000 (+0100) Subject: sys-libs/compiler-rt: Bump to 4.0.0 final X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d20b2ec0a9c6b9dfead5bad4cbbee74e77ade485;p=gentoo.git sys-libs/compiler-rt: Bump to 4.0.0 final --- diff --git a/sys-libs/compiler-rt/Manifest b/sys-libs/compiler-rt/Manifest index 101272ab6792..cd5ce0eae32e 100644 --- a/sys-libs/compiler-rt/Manifest +++ b/sys-libs/compiler-rt/Manifest @@ -1 +1 @@ -DIST compiler-rt-4.0.0rc3.src.tar.xz 1432488 SHA256 452d04bc14ac8dc4a8ccecd2580dba186811724dd430844c61255c56d287d849 SHA512 6d37fa35ea36b5c3816583af76762da0369dce26b2febaae1443793756592219a9035ae69677d0ff4d6973816cdf5f6e02386baf2d884fd213965a7faa822592 WHIRLPOOL 2ce7c3b5ec3c26e30b241ddcff7022731db2ccf937cfac35523d29ce623ba100c86dd10ce62585fa2c1252fb2bf7757d0f3a7b4d0058ef9b3e6193ac84b1d5b9 +DIST compiler-rt-4.0.0.src.tar.xz 1435104 SHA256 d3f25b23bef24c305137e6b44f7e81c51bbec764c119e01512a9bd2330be3115 SHA512 ed52436a2399ca82c1af46a523e89e88c23367f74cd110f0267af49a72aa4912ae8f48c6093e6b01c9ea68c48354a12201d26baf721d254fb017ddb98af2e3dd WHIRLPOOL ea5d6fbb34809067825306b1158979946c43c8aec458d946f8c853f3c0e0cd72a6c92a8e4ad8d1b35e10f9bd079a73dd26fde368f919937ad413bdfd83ab4018 diff --git a/sys-libs/compiler-rt/compiler-rt-4.0.0_rc3.ebuild b/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild similarity index 98% rename from sys-libs/compiler-rt/compiler-rt-4.0.0_rc3.ebuild rename to sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild index 6158000793f2..e48c5c662111 100644 --- a/sys-libs/compiler-rt/compiler-rt-4.0.0_rc3.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild @@ -13,7 +13,7 @@ inherit cmake-utils flag-o-matic python-any-r1 toolchain-funcs DESCRIPTION="Compiler runtime library for clang (built-in part)" HOMEPAGE="http://llvm.org/" -SRC_URI="http://www.llvm.org/pre-releases/${PV/_//}/${P/_/}.src.tar.xz" +SRC_URI="http://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT )" SLOT="${PV%_*}"