diff options
author | Sam James <sam@gentoo.org> | 2022-04-09 02:44:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-09 02:44:14 +0100 |
commit | a1a8459e078db865c3b7586f9b202a45a09b8ca1 (patch) | |
tree | 14ce83c3d2e2776faa2eb99fa5192b2aefbab755 /app-text/barcode | |
parent | dev-scheme/guile: migrate to xz (diff) | |
download | gentoo-a1a8459e078db865c3b7586f9b202a45a09b8ca1.tar.gz gentoo-a1a8459e078db865c3b7586f9b202a45a09b8ca1.tar.bz2 gentoo-a1a8459e078db865c3b7586f9b202a45a09b8ca1.zip |
app-text/barcode: switch to xz
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/barcode')
-rw-r--r-- | app-text/barcode/Manifest | 2 | ||||
-rw-r--r-- | app-text/barcode/barcode-0.99-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/barcode/Manifest b/app-text/barcode/Manifest index 524bab8c61a6..dae2ad2935b3 100644 --- a/app-text/barcode/Manifest +++ b/app-text/barcode/Manifest @@ -1 +1 @@ -DIST barcode-0.99.tar.gz 890730 BLAKE2B 4695a9baaa2d95c898f0078fc7d49e642fdd5b21e3b0c92d1f275252c78b94e5bdfc78084e6dd8d28231748bf6c567678cf996e309fc1e4a1db53bb2ceb0eb5a SHA512 f500dbe7eaa657ed6879316835557533e0972c8740a8bb61bea46efdd4120827a3c412ca24fec6e1833395191521425dae272f10d8553a252896b363290118b1 +DIST barcode-0.99.tar.xz 586028 BLAKE2B a6ef5a4f0061bd0f0cb65a791516383259f317801e9f5ea02c626735cd3ed5f00e0a92502b9b5e3dcb8ea95c313e10f5abf9c172e1094111dea7f3cfb45ec032 SHA512 1f3015ee9cb2e57e38e56fa48fa3a38fa355821801bad3132d3e87b5b88db4f167986c33dc044317cbf18bb62062af36e946daab98235ff7015a00937c8dd41e diff --git a/app-text/barcode/barcode-0.99-r1.ebuild b/app-text/barcode/barcode-0.99-r1.ebuild index 51debbbbb972..7afa62168be7 100644 --- a/app-text/barcode/barcode-0.99-r1.ebuild +++ b/app-text/barcode/barcode-0.99-r1.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 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="barcode generator" HOMEPAGE="https://www.gnu.org/software/barcode/" -SRC_URI="mirror://gnu/barcode/${P}.tar.gz" +SRC_URI="mirror://gnu/barcode/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" |