mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Ports/libunistring: Update to 1.3
This commit is contained in:
parent
3e1095a3b3
commit
f7ba87954a
2 changed files with 3 additions and 3 deletions
|
@ -181,7 +181,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.4.7 | https://www.gnu.org/software/libtool/ |
|
||||
| [`libunistring`](libunistring/) | libunistring | 1.1 | https://www.gnu.org/software/libunistring/ |
|
||||
| [`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.44.1 | 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.1'
|
||||
version='1.3'
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/libunistring/libunistring-${version}.tar.gz#a2252beeec830ac444b9f68d6b38ad883db19919db35b52222cf827c385bdb6a"
|
||||
"https://ftpmirror.gnu.org/gnu/libunistring/libunistring-${version}.tar.gz#8ea8ccf86c09dd801c8cac19878e804e54f707cf69884371130d20bde68386b7"
|
||||
)
|
||||
useconfigure='true'
|
||||
configopts=(
|
||||
|
|
Loading…
Reference in a new issue