diff options
author | Sam James <sam@gentoo.org> | 2022-04-09 03:43:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-09 03:43:02 +0100 |
commit | 8c0d73f785b823c1a052dcd434b35f7b5469e64c (patch) | |
tree | 71839408138bfc1fea0ba867a832f56986e1566f /sys-apps/texinfo | |
parent | net-analyzer/alive: drop 2.0.3, 2.0.4 (diff) | |
download | gentoo-8c0d73f785b823c1a052dcd434b35f7b5469e64c.tar.gz gentoo-8c0d73f785b823c1a052dcd434b35f7b5469e64c.tar.bz2 gentoo-8c0d73f785b823c1a052dcd434b35f7b5469e64c.zip |
sys-apps/texinfo: switch to xz
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-6.7.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-6.8.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest index fad5e0194c83..c36676e9da46 100644 --- a/sys-apps/texinfo/Manifest +++ b/sys-apps/texinfo/Manifest @@ -1,2 +1,2 @@ -DIST texinfo-6.7.tar.gz 9027808 BLAKE2B ac9a47ae98f27ae55ea1844c74ead6fba256635a56e7a226a1bbdd9ee9ab33565ff8cc7a874410afe6463741285c8fcfd8ff835ae2802009e2d0758405559140 SHA512 a52aaa2f0113c6f14b3cb94fbf7191770017ff6ce2016292770831279cfbb898c2f7f720adee620e08d9d80a9505df89a689ba0c25e92f6579b28b075f7b8ee2 -DIST texinfo-6.8.tar.gz 10119420 BLAKE2B df9dc1698e7bb4f7c97ba4d44b08631502e3f997b91169ae64161b69701fbb0f85c82295ef6867e716a0addfd7c5677e14079645b167bd74933a0153fee92200 SHA512 f46dfb1c0f324a9c54959a8f256f0dcb8aaa59caccb0f027a5ee39a173b6e51a31a488f9d787707e7aa8401a439b2a01a1f3022dbae24ef377a1c021c1ebeb37 +DIST texinfo-6.7.tar.xz 4337984 BLAKE2B 1ec9617b90dac1569f17eaac0cd8611e8e57cb3db6ece1e2f6ff20ee96fee37eb4ff3d83e4830127ccaa469e2d02b598a5af5ede4e586dd4b53d47a2f2278b60 SHA512 da55a0d0a760914386393c5e8e864540265d8550dc576f784781a6d72501918e8afce716ff343e5c2a0ce09cf921bfaf0a48ecb49f6182a7d10e920ae3ea17e7 +DIST texinfo-6.8.tar.xz 4961528 BLAKE2B 0256dac5ba9c7f171c970644907b763f7a88fd9995111244df0458591aed1a0fe94c76045dde69f9138d65d6f780aae6869bbbc013f58e04ae7c62456b222bbb SHA512 0ff9290b14e4d83e32b889cfa24e6d065f98b2a764daf6b92c6c895fddbb35258398da6257c113220d5a4d886f7b54b09c4b117ca5eacfee6797f9bffde0f909 diff --git a/sys-apps/texinfo/texinfo-6.7.ebuild b/sys-apps/texinfo/texinfo-6.7.ebuild index caa8be913bbc..2a3060bb2484 100644 --- a/sys-apps/texinfo/texinfo-6.7.ebuild +++ b/sys-apps/texinfo/texinfo-6.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: if your package uses the texi2dvi utility, it must depend on the @@ -11,7 +11,7 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="The GNU info program and utilities" HOMEPAGE="https://www.gnu.org/software/texinfo/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" diff --git a/sys-apps/texinfo/texinfo-6.8.ebuild b/sys-apps/texinfo/texinfo-6.8.ebuild index 97ed7c623600..31c46a3263b5 100644 --- a/sys-apps/texinfo/texinfo-6.8.ebuild +++ b/sys-apps/texinfo/texinfo-6.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: if your package uses the texi2dvi utility, it must depend on the @@ -11,7 +11,7 @@ inherit flag-o-matic toolchain-funcs DESCRIPTION="The GNU info program and utilities" HOMEPAGE="https://www.gnu.org/software/texinfo/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" |