mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports: Update libunistring to 1.4.1
This commit is contained in:
@@ -185,7 +185,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`libtheora`](libtheora/) | libtheora | 1.1.1 | https://www.theora.org/ |
|
||||
| [`libtiff`](libtiff/) | libtiff | 4.5.1 | http://www.libtiff.org/ |
|
||||
| [`libtool`](libtool/) | libtool | 2.5.4 | https://www.gnu.org/software/libtool/ |
|
||||
| [`libunistring`](libunistring/) | libunistring | 1.3 | https://www.gnu.org/software/libunistring/ |
|
||||
| [`libunistring`](libunistring/) | libunistring | 1.4.1 | 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 |
|
||||
| [`libvorbis`](libvorbis/) | libvorbis | 1.3.7 | https://github.com/xiph/vorbis |
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='libunistring'
|
||||
version='1.3'
|
||||
version='1.4.1'
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/libunistring/libunistring-${version}.tar.gz#8ea8ccf86c09dd801c8cac19878e804e54f707cf69884371130d20bde68386b7"
|
||||
"https://ftpmirror.gnu.org/gnu/libunistring/libunistring-${version}.tar.gz#12542ad7619470efd95a623174dcd4b364f2483caf708c6bee837cb53a54cb9d"
|
||||
)
|
||||
useconfigure='true'
|
||||
configopts=(
|
||||
|
||||
Reference in New Issue
Block a user