diff options
author | 2022-10-18 00:21:16 +0100 | |
---|---|---|
committer | 2022-10-18 00:29:21 +0100 | |
commit | beeedf0d463960b8414acc389c6237eb941d37bf (patch) | |
tree | 8e6fe0e1d9a3f1cbf774fdb38aaf85e4aadcf691 /sys-devel/ct-ng | |
parent | dev-vcs/vcsh: add 2.0.4 (diff) | |
download | gentoo-beeedf0d463960b8414acc389c6237eb941d37bf.tar.gz gentoo-beeedf0d463960b8414acc389c6237eb941d37bf.tar.bz2 gentoo-beeedf0d463960b8414acc389c6237eb941d37bf.zip |
sys-devel/ct-ng: switch to xz
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/ct-ng')
-rw-r--r-- | sys-devel/ct-ng/Manifest | 2 | ||||
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.24.0-r1.ebuild (renamed from sys-devel/ct-ng/ct-ng-1.24.0.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 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" |