diff options
author | Sam James <sam@gentoo.org> | 2022-04-12 12:53:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-12 22:03:50 +0100 |
commit | da430e26a49a9b91654e2f062cdbdb956eb0672b (patch) | |
tree | d8e3e0ea59ea4e9f0ab8a5cb99cfee1047117448 /dev-libs/libax25/libax25-0.0.12_rc5.ebuild | |
parent | dev-libs/gnulib: switch to xz (diff) | |
download | gentoo-da430e26a49a9b91654e2f062cdbdb956eb0672b.tar.gz gentoo-da430e26a49a9b91654e2f062cdbdb956eb0672b.tar.bz2 gentoo-da430e26a49a9b91654e2f062cdbdb956eb0672b.zip |
dev-libs/libax25: switch to xz
Smaller tarballs.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libax25/libax25-0.0.12_rc5.ebuild')
-rw-r--r-- | dev-libs/libax25/libax25-0.0.12_rc5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libax25/libax25-0.0.12_rc5.ebuild b/dev-libs/libax25/libax25-0.0.12_rc5.ebuild index 8e5aa531773e..7b1d1c34fbd9 100644 --- a/dev-libs/libax25/libax25-0.0.12_rc5.ebuild +++ b/dev-libs/libax25/libax25-0.0.12_rc5.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 @@ -7,7 +7,7 @@ MY_P=${PN}-$(ver_rs 3 '-') DESCRIPTION="AX.25 library for hamradio applications" HOMEPAGE="http://www.linux-ax25.org/" -SRC_URI="http://www.linux-ax25.org/pub/${PN}/${MY_P}.tar.gz" +SRC_URI="http://www.linux-ax25.org/pub/${PN}/${MY_P}.tar.xz" LICENSE="LGPL-2+" SLOT="0" |