config: switch perl to 5.32

This commit is contained in:
Franco Fichtner 2020-08-04 03:19:05 +02:00
parent 50049c542f
commit 45097bef51
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
PERL?= 5.30
PERL?= 5.32
PHP?= 73
PYTHON?= 37
RUBY?= 26

View File

@ -17,9 +17,9 @@ _PRODUCT_PHP!= if [ -f ${PRODUCT_PHPBIN} ]; \
fi
PRODUCT_PHP?= ${_PRODUCT_PHP:[2]:S/./ /g:[1..2]:tW:S/ //}
# XXX hardcoded for now
# XXX hardcoded for now (include build.conf maybe)
PRODUCT_LUA?= 5.3
PRODUCT_PERL?= 5.30
PRODUCT_PERL?= 5.32
PRODUCT_PYTHON?= 37
PRODUCT_RUBY?= 26