diff options
author | Sam James <sam@gentoo.org> | 2022-04-12 13:28:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-12 22:03:47 +0100 |
commit | 61b3de22f694b245a28a566e14c94f9443acd54c (patch) | |
tree | 346df790ba45177665831474b7f66fe86225bdb8 /app-text | |
parent | app-emacs/po-mode: switch to xz (diff) | |
download | gentoo-61b3de22f694b245a28a566e14c94f9443acd54c.tar.gz gentoo-61b3de22f694b245a28a566e14c94f9443acd54c.tar.bz2 gentoo-61b3de22f694b245a28a566e14c94f9443acd54c.zip |
app-text/bibclean: switch to xz
Smaller tarballs.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/bibclean/Manifest | 2 | ||||
-rw-r--r-- | app-text/bibclean/bibclean-3.04.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/bibclean/Manifest b/app-text/bibclean/Manifest index 53213aaaeab9..a00ab93b1639 100644 --- a/app-text/bibclean/Manifest +++ b/app-text/bibclean/Manifest @@ -1,2 +1,2 @@ -DIST bibclean-3.04.tar.gz 2712015 BLAKE2B 80d2fccb3b453dfda935bedd73ea2173b6ba1416c425a094c6ca915e86a886fe269b2f0e392274775228b03578ccf19da03291ed644f589edec1692120456a99 SHA512 7cdd22d07f627944d90e04ca73c3c82529e2fa9a011469f8d5b418f7651332b4e8c29aceda32b966bb1778151505d7f135ead6a12db8975ff46f650c4c43b4f3 +DIST bibclean-3.04.tar.xz 1683624 BLAKE2B ea18b07ef508e811dbef4b6a2794fcc82142f817fc46be3556610ae5022ce851a47800f0dc70992627f52ac4057a1dbb7bac16b19f8abe55614821927ad97127 SHA512 52119000978a510a0ef83ca7d8aa9f9d16fceaaad667fccef8c816877e8ef87e5a6885d62b8e9269b622a17a65b27ce485f79db15d1985a0daf3f67334fe46d0 DIST bibclean-3.06.tar.xz 1697732 BLAKE2B c1d9623588e892360eb98e753b44cb54e0eb65d3e3d46a04463c0c3183beacb58fd07542ba06d00eb754061b45ed195a82b90b2843b6ba456c7ba09856090474 SHA512 b167243415f010d7597ffdf52c5bb71de3585f70443c3a04f762a633b2bc276c7aef50e16159c32d8765924be2781b1e60a111305a17c2f42b68ed5216b2e31b diff --git a/app-text/bibclean/bibclean-3.04.ebuild b/app-text/bibclean/bibclean-3.04.ebuild index d7f1a69fa5e6..5c8f492f6a09 100644 --- a/app-text/bibclean/bibclean-3.04.ebuild +++ b/app-text/bibclean/bibclean-3.04.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 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="BibTeX bibliography prettyprinter and syntax checker" -SRC_URI="ftp://ftp.math.utah.edu/pub/bibclean/${P}.tar.gz" +SRC_URI="ftp://ftp.math.utah.edu/pub/bibclean/${P}.tar.xz" HOMEPAGE="http://www.math.utah.edu/pub/bibclean/" # http://packages.debian.org/changelogs/pool/main/b/bibclean/bibclean_2.11.4-5/bibclean.copyright |