mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Ports/libslirp: Update to 4.8.0
This commit is contained in:
parent
62a25aa46d
commit
3e1095a3b3
2 changed files with 3 additions and 3 deletions
|
@ -174,7 +174,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`libpuffy`](libpuffy/) | libpuffy | 1.0 | https://github.com/ibara/libpuffy |
|
||||
| [`libsamplerate`](libsamplerate/) | libsamplerate | 0.2.2 | https://libsndfile.github.io/libsamplerate/ |
|
||||
| [`libsixel`](libsixel/) | libsixel | 1.8.6 | https://github.com/saitoha/libsixel |
|
||||
| [`libslirp`](libslirp/) | libslirp | 4.7.0 | https://gitlab.freedesktop.org/slirp/libslirp |
|
||||
| [`libslirp`](libslirp/) | libslirp | 4.8.0 | https://gitlab.freedesktop.org/slirp/libslirp |
|
||||
| [`libsndfile`](libsndfile/) | libsndfile | 1.2.2 | https://libsndfile.github.io/libsndfile/ |
|
||||
| [`libsodium`](libsodium/) | libsodium | 1.0.18 | https://doc.libsodium.org/ |
|
||||
| [`libssh2`](libssh2/) | libssh2 | 1.11.0 | https://www.libssh2.org/ |
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='libslirp'
|
||||
version='4.7.0'
|
||||
version='4.8.0'
|
||||
workdir="libslirp-v${version}"
|
||||
files=(
|
||||
"https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v${version}/libslirp-v${version}.tar.gz#9398f0ec5a581d4e1cd6856b88ae83927e458d643788c3391a39e61b75db3d3b"
|
||||
"https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v${version}/libslirp-v${version}.tar.gz#2a98852e65666db313481943e7a1997abff0183bd9bea80caec1b5da89fda28c"
|
||||
)
|
||||
useconfigure='true'
|
||||
configopts=("--cross-file=${SERENITY_BUILD_DIR}/meson-cross-file.txt")
|
||||
|
|
Loading…
Reference in a new issue