commit:     29ee6c868a673492b3e3c1b5e7047ab509fe4f27
Author:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 12 11:46:30 2020 +0000
Commit:     Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 11:47:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=29ee6c86

bootstrap-prefix.sh: bump stage1 findutils

Bug: https://bugs.gentoo.org/663242
Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 7bb3e9df35..a3aaeaa3aa 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1207,7 +1207,9 @@ bootstrap_sed() {
 }
 
 bootstrap_findutils() {
-       bootstrap_gnu findutils 4.5.10 || bootstrap_gnu findutils 4.2.33
+       bootstrap_gnu findutils 4.7.0 ||
+       bootstrap_gnu findutils 4.5.10 ||
+       bootstrap_gnu findutils 4.2.33
 }
 
 bootstrap_wget() {

Reply via email to