From b40f1bb0d75dcdba1b38b8ead9578153b205b5b4 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Thu, 27 Aug 2020 06:15:27 +0000 Subject: [PATCH] tools: Depend on newer versions of Ruby and Php. --- eris/tools.toml | 4 ++-- make-flatpak-manifest.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eris/tools.toml b/eris/tools.toml index 16f2a90..a58439b 100644 --- a/eris/tools.toml +++ b/eris/tools.toml @@ -251,7 +251,7 @@ tools_for_extensions = [ has_color = true [php7_syntax] - dependencies = ["php7.3-cli"] + dependencies = ["php7.4-cli"] url = "https://en.wikipedia.org/wiki/PHP" command = "php --syntax-check" @@ -273,7 +273,7 @@ tools_for_extensions = [ command = "cppcheck" [ruby_syntax] - dependencies = ["ruby2.5"] + dependencies = ["ruby2.7"] url = "http://www.ruby-lang.org/" command = "ruby -c" diff --git a/make-flatpak-manifest.py b/make-flatpak-manifest.py index 293d1d5..d98ed02 100755 --- a/make-flatpak-manifest.py +++ b/make-flatpak-manifest.py @@ -276,14 +276,14 @@ patches = { "mediainfo": {"subdir": "Project/GNU/CLI"}, - "php7.3": {"buildsystem": "simple", + "php7.4": {"buildsystem": "simple", "build-commands": [ "./configure --prefix=/app --disable-all --disable-cgi" " --disable-phpdbg", "make -j4", "make install"]}, - "ruby2.5": {"cleanup": ["/share/ri", "/lib/libruby-static.a", + "ruby2.7": {"cleanup": ["/share/ri", "/lib/libruby-static.a", "/lib/ruby/*/rdoc", "/lib/ruby/*/x86_64-linux/enc"]},