commit: beeedf0d463960b8414acc389c6237eb941d37bf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 23:21:16 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 23:29:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beeedf0d
sys-devel/ct-ng: switch to xz
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/ct-ng/Manifest | 2 +-
sys-devel/ct-ng/{ct-ng-1.24.0.ebuild => ct-ng-1.24.0-r1.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-devel/ct-ng/Manifest b/sys-devel/ct-ng/Manifest
index 169a86ae625d..395b0a138b3c 100644
--- a/sys-devel/ct-ng/Manifest
+++ b/sys-devel/ct-ng/Manifest
@@ -1 +1 @@
-DIST crosstool-ng-1.24.0.tar.bz2 2058069 BLAKE2B
4108e9546acd6c0660552595d41164ce9c4f07985851a911c260fcc9e2ec70e80136b6cb2090290ca2aa2ceeb4ebc61fca183340de88eafd800bc2bf18d0cfbb
SHA512
379e668365628f0ab359ae119213bed44960870093f64f0fbb12e92bbe2a3b82bfed77f5ab33f2e2f17c1977e7a63f2151c46ad8d0e6208220fb7fa8726fae33
+DIST crosstool-ng-1.24.0.tar.xz 1622432 BLAKE2B
e0f3f26083dd10a35ac79fc78debe98db7914f5d7fd710ed6b4c788a7a0d56e22d22966f186e8315ae99a6141d1d5b80686e86ad8b0549514a07dfda5913a348
SHA512
89b8794a4184ad4928750e29712ed4f194aa1d0b93768d67ff64f30c30f1b1e165647cafc6de94d68d3ef70e50446e544dad65aa36137511a32ee7a667dddfb4
diff --git a/sys-devel/ct-ng/ct-ng-1.24.0.ebuild
b/sys-devel/ct-ng/ct-ng-1.24.0-r1.ebuild
similarity index 92%
rename from sys-devel/ct-ng/ct-ng-1.24.0.ebuild
rename to sys-devel/ct-ng/ct-ng-1.24.0-r1.ebuild
index c43e112be440..f9859d8ffd57 100644
--- a/sys-devel/ct-ng/ct-ng-1.24.0.ebuild
+++ b/sys-devel/ct-ng/ct-ng-1.24.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -6,7 +6,7 @@ EAPI="7"
DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
HOMEPAGE="https://crosstool-ng.github.io/"
MY_P=${P/ct/crosstool}
-SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
+SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"