diff options
author | Sam James <sam@gentoo.org> | 2022-04-09 03:36:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-09 03:36:35 +0100 |
commit | 9832dc42ee385065c6f4121a69ea6528ab747309 (patch) | |
tree | 8d17b6ce62a5fa85c22c1945e6ab129d81c5fd0b /sys-process | |
parent | dev-libs/libintl: switch to xz (diff) | |
download | gentoo-9832dc42ee385065c6f4121a69ea6528ab747309.tar.gz gentoo-9832dc42ee385065c6f4121a69ea6528ab747309.tar.bz2 gentoo-9832dc42ee385065c6f4121a69ea6528ab747309.zip |
sys-process/acct: switch to bzip2
Smaller tarballs.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/acct/Manifest | 2 | ||||
-rw-r--r-- | sys-process/acct/acct-6.6.4-r3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-process/acct/Manifest b/sys-process/acct/Manifest index 20b32d7064cf..e4ce5d257ad4 100644 --- a/sys-process/acct/Manifest +++ b/sys-process/acct/Manifest @@ -1 +1 @@ -DIST acct-6.6.4.tar.gz 853273 BLAKE2B 2ee42ae849f8e7c5c6dbe33d45e944f945cef87a5fef0074ac31848547ab9b7068509bce3c4b47b35bfde49b02daf43ae812cc58284c50185e4bdc660dccae52 SHA512 413aa446caece8fd773c92e2995bbaa034f63dd0ced521815a676c49f118e02982862b9c0ab7e60be5212c87d1e82ba6325bda212cf4857392a068d359a1e2c2 +DIST acct-6.6.4.tar.bz2 671480 BLAKE2B a5745d89dc4972756cb136572e90eee853e09c0d888d929993f724459616b5cc36005b6529eba3f503e1d3401bb852321e9274591e02ce30d60e3da16d10fba2 SHA512 aa1e47186564771763a794cfa06e53cd73f2f3961bf31270f3a9e2cc93d6e20af55938ab5573d37908b05572cc7dc752c300b703c2080293e07153fed278fc55 diff --git a/sys-process/acct/acct-6.6.4-r3.ebuild b/sys-process/acct/acct-6.6.4-r3.ebuild index a522990e5ba4..726e65d33cb6 100644 --- a/sys-process/acct/acct-6.6.4-r3.ebuild +++ b/sys-process/acct/acct-6.6.4-r3.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 systemd DESCRIPTION="GNU system accounting utilities" HOMEPAGE="https://savannah.gnu.org/projects/acct/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" +SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" |