Ports: Update libtool to 2.5.4

This commit is contained in:
Linus Groh
2025-11-14 01:24:49 +00:00
committed by Nico Weber
parent ebd4ca1fc3
commit 8ed35d70f5
2 changed files with 9 additions and 8 deletions

View File

@@ -184,7 +184,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`libssh2`](libssh2/) | libssh2 | 1.11.0 | https://www.libssh2.org/ |
| [`libtheora`](libtheora/) | libtheora | 1.1.1 | https://www.theora.org/ |
| [`libtiff`](libtiff/) | libtiff | 4.5.1 | http://www.libtiff.org/ |
| [`libtool`](libtool/) | libtool | 2.4.7 | https://www.gnu.org/software/libtool/ |
| [`libtool`](libtool/) | libtool | 2.5.4 | https://www.gnu.org/software/libtool/ |
| [`libunistring`](libunistring/) | libunistring | 1.3 | https://www.gnu.org/software/libunistring/ |
| [`libuuid`](libuuid/) | libuuid (from util-linux) | 2.39.2 | https://github.com/karelzak/util-linux/tree/master/libuuid |
| [`libuv`](libuv/) | libuv | 1.51.0 | https://github.com/libuv/libuv |

View File

@@ -1,12 +1,13 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=libtool
version=2.4.7
useconfigure=true
use_fresh_config_sub=true
config_sub_paths=("build-aux/config.sub")
depends=("bash" "sed")
port='libtool'
version='2.5.4'
useconfigure='true'
depends=(
'bash'
'sed'
)
files=(
"https://ftpmirror.gnu.org/gnu/libtool/libtool-${version}.tar.xz#4f7f217f057ce655ff22559ad221a0fd8ef84ad1fc5fcb6990cecc333aa1635d"
"https://ftpmirror.gnu.org/gnu/libtool/libtool-${version}.tar.xz#f81f5860666b0bc7d84baddefa60d1cb9fa6fceb2398cc3baca6afaa60266675"
)
configopts=("--prefix=/usr/local")