diff options
author | Sam James <sam@gentoo.org> | 2022-04-12 11:29:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-12 11:29:45 +0100 |
commit | 29bf86595de90144f947d9dd088c96432bc5cffd (patch) | |
tree | 5290152099394f7ce8acfc3de99e0e7c7b107d5c /app-admin | |
parent | sys-apps/ipmiutil: add github upstream metadata (diff) | |
download | gentoo-29bf86595de90144f947d9dd088c96432bc5cffd.tar.gz gentoo-29bf86595de90144f947d9dd088c96432bc5cffd.tar.bz2 gentoo-29bf86595de90144f947d9dd088c96432bc5cffd.zip |
app-admin/logrotate: migrate to xz
Smaller tarballs.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/logrotate/Manifest | 2 | ||||
-rw-r--r-- | app-admin/logrotate/logrotate-3.19.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/logrotate/Manifest b/app-admin/logrotate/Manifest index 467344c959b2..46170aa8169d 100644 --- a/app-admin/logrotate/Manifest +++ b/app-admin/logrotate/Manifest @@ -1,2 +1,2 @@ DIST logrotate-3.18.1.tar.gz 225226 BLAKE2B 6f40dfe89f9c6202263f16204a9cff07b921abc9a298b58649bb4968c9f498626741be334c47d4092da564ed75642b687ff6ef8781f69f5e25364f8635646d9d SHA512 c40f920686aee014c652f087c64f2a85e9e866a8717d1bd3f32a9dd7959a02962e6174de28ae685428b442e12079d0c8d91485611ca34a873ffae872a54ec9fe -DIST logrotate-3.19.0.tar.gz 228089 BLAKE2B aa5e932fe2056d150cc632134d80e160883b62e9f92a010bd5f5cded40a0362e28b966d006305b07030a8b07eb35a8e0c5b65b8d4bc87c278286b326cced1c46 SHA512 68bca961608565687a9ccb18e72f0627b405aff95286e508fdc78926d2cc172c56e1523a24ca81a161f683c2d568312984e2757edd291d144e0e4b982433e119 +DIST logrotate-3.19.0.tar.xz 166276 BLAKE2B bb19690ca092905e527f6a0a7915373a65b29d3b50d97456ed31aa9b5b5698b3ae266c8e247a167198dcd8891a7e330f4913dfefa3563e5b2de7a6e0d067a6c3 SHA512 7838e14a5b147f6e5edf6efdf743deeca39fdb563fc6f14aa010ac5b7bdef9c2bb8005415481d1b042b31975052d5ed6e75c4bcd7e378003427ebe5ec02a1f2c diff --git a/app-admin/logrotate/logrotate-3.19.0.ebuild b/app-admin/logrotate/logrotate-3.19.0.ebuild index 7cb3f042a6ea..461e26ab35da 100644 --- a/app-admin/logrotate/logrotate-3.19.0.ebuild +++ b/app-admin/logrotate/logrotate-3.19.0.ebuild @@ -7,7 +7,7 @@ inherit systemd tmpfiles DESCRIPTION="Rotates, compresses, and mails system logs" HOMEPAGE="https://github.com/logrotate/logrotate" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" |