1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:17:45 +00:00

Ports/lua: Update lua to version 5.4.6

This commit is contained in:
EWouters 2023-09-01 21:59:17 +02:00 committed by Jelle Raaijmakers
parent bd6dfc484a
commit c2ca76c212
3 changed files with 7 additions and 7 deletions

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='lua'
version='5.4.4'
version='5.4.6'
files=(
"http://www.lua.org/ftp/lua-${version}.tar.gz#164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61"
"http://www.lua.org/ftp/lua-${version}.tar.gz#7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88"
)
depends=(
'readline'