diff options
author | Sam James <sam@gentoo.org> | 2024-04-19 11:01:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-19 11:38:35 +0100 |
commit | bef686d5722fa2fce251c197564b4847349a67f9 (patch) | |
tree | b2eef9403a0f47895eb17e9f38c254014367d843 /app-text | |
parent | app-pda/libusbmuxd: switch to smaller distfile (diff) | |
download | gentoo-bef686d5722fa2fce251c197564b4847349a67f9.tar.gz gentoo-bef686d5722fa2fce251c197564b4847349a67f9.tar.bz2 gentoo-bef686d5722fa2fce251c197564b4847349a67f9.zip |
app-text/libebook: switch to smaller distfile
Contents are identical.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libebook/Manifest | 2 | ||||
-rw-r--r-- | app-text/libebook/libebook-0.1.3-r3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/libebook/Manifest b/app-text/libebook/Manifest index 640e6982bbfd..105c5030daaf 100644 --- a/app-text/libebook/Manifest +++ b/app-text/libebook/Manifest @@ -1 +1 @@ -DIST libe-book-0.1.3.tar.bz2 510498 BLAKE2B e29f9f80a85210447494af20cf30ce7f231ef43f40af9683df7f63e172f5ff8d944d74b995b5850856b2736044b1a5a1ac386262e52a48575325339224a1d339 SHA512 9afa2949f702a34fd6278145ce8d18d504326ed5a103bbc872d0493fcf3e2166d41d094bb0d74b80aa913ca6d082f5bd3259799a4a3c7359331ccdfa1e029a21 +DIST libe-book-0.1.3.tar.xz 416268 BLAKE2B 569bb68603bec5635a7ecdc8312f759816aff3d8e45e0ea9a14dc8c291ebb4dfd8ed430994d255e6be95a6ef4407f459c8d9c3d3945d4fd63841e0401f1c70a2 SHA512 56dfa93816b8a1b7e223bda517ff81547fd7b311c3fe2bea64b12c4290642d4b9ed3778df06c4ee7a65f2b9db57702c00c32aec819efb7820115165af3d5ebdc diff --git a/app-text/libebook/libebook-0.1.3-r3.ebuild b/app-text/libebook/libebook-0.1.3-r3.ebuild index 2e5bf4b9cfc0..b1c6b846d593 100644 --- a/app-text/libebook/libebook-0.1.3-r3.ebuild +++ b/app-text/libebook/libebook-0.1.3-r3.ebuild @@ -8,7 +8,7 @@ inherit autotools DESCRIPTION="Library parsing various ebook formats" HOMEPAGE="https://sourceforge.net/projects/libebook/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" S="${WORKDIR}/${MY_P}" LICENSE="MPL-2.0" |