diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2022-01-19 13:32:32 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2022-01-19 13:32:32 -0500 |
commit | 1fd950874a5bb7a4197ef169d4fe9bf9b1e02349 (patch) | |
tree | 31628579215cb2512fbe7fa9b4512ed72befd7aa /sys-process | |
parent | www-servers/varnish: version bump to 7.0.1 (diff) | |
download | gentoo-1fd950874a5bb7a4197ef169d4fe9bf9b1e02349.tar.gz gentoo-1fd950874a5bb7a4197ef169d4fe9bf9b1e02349.tar.bz2 gentoo-1fd950874a5bb7a4197ef169d4fe9bf9b1e02349.zip |
sys-process/fcron: version bump to 3.3.1_beta
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/fcron/Manifest | 2 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.3.1_beta.ebuild (renamed from sys-process/fcron/fcron-3.3.0_beta-r5.ebuild) | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sys-process/fcron/Manifest b/sys-process/fcron/Manifest index 86e6c3e3319e..4581d3a65584 100644 --- a/sys-process/fcron/Manifest +++ b/sys-process/fcron/Manifest @@ -1,2 +1,2 @@ DIST fcron-3.2.1.src.tar.gz 601142 BLAKE2B 184b74f9d64186b7d3aae87d48ed0107525fd0c73bb8db86408bd246592ff4fbcbc04f8ca0064868a8555d7c6be2f183172d62daeed75275cd836517da504d0f SHA512 ddfd3e3a297b843c924aacccffaa5c1c6b300497f39daa1cdb90dc4cf4bc757042b0b2c1f055c119c8128c64d830ee0e8757091610432f5ffcacca25d369e5cd -DIST fcron-3.3.0_beta.tar.gz 592481 BLAKE2B b862dac8e70621e299ec2fbbc75a0e8843e7a085190fa7a18f9444f6f41f28cf55ef0dcd7234a388b9b3e6689f25019a581ded2ae6002643bb3dc472a59207bb SHA512 e5b76e23af774997d9ee1ef58d17009cea95d10b19a2d22b550b178a39bb7c439c055b440eb99c4286db6622901e5deb029318e4425e8cd098766452ffc15bc6 +DIST fcron-3.3.1_beta.tar.gz 593688 BLAKE2B 5c2f91667c94fc9eae7ae014a7826ab1f26647a192425630dbdb84bbe3c9041be23a2a480eb13844dc18a5ba406fe77a157938af1e0343e5f9b0ce1a1405d66b SHA512 b9c5066bdf8588a6b8d811ccc0d49f1d41a17dabf898a280997a8136dc449c2a505c46868abf732f86184ff0720d51f17442691909acae8fb26edcd180cff281 diff --git a/sys-process/fcron/fcron-3.3.0_beta-r5.ebuild b/sys-process/fcron/fcron-3.3.1_beta.ebuild index 0c8a71885714..47ecda3b7186 100644 --- a/sys-process/fcron/fcron-3.3.0_beta-r5.ebuild +++ b/sys-process/fcron/fcron-3.3.1_beta.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 @@ -38,7 +38,6 @@ RDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-3.1.1-noreadline.patch - "${FILESDIR}"/${PN}-3.2.1-configure-fix-audit-parameter-check.patch "${FILESDIR}"/${PN}-3.2.1-musl-getopt-order.patch ) |