tools: Depend on newer versions of Ruby and Php.

This commit is contained in:
Andrew Hamilton 2020-08-27 06:15:27 +00:00
parent dae4f4cb93
commit b40f1bb0d7
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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"]},