Ports/libuuid: Update libuuid to version 2.39.2
This commit is contained in:
parent
e0dc73637f
commit
686a5b3649
Notes:
sideshowbarker
2024-07-17 03:59:29 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/686a5b3649 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
2 changed files with 3 additions and 3 deletions
|
@ -178,7 +178,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`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/ |
|
||||
| [`libuuid`](libuuid/) | libuuid (from util-linux) | 2.38 | https://github.com/karelzak/util-linux/tree/master/libuuid |
|
||||
| [`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 |
|
||||
| [`libwebp`](libwebp/) | libwebp | 1.3.1 | https://github.com/webmproject/libwebp |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='libuuid'
|
||||
version='2.38'
|
||||
version='2.39.2'
|
||||
workdir="util-linux-${version}"
|
||||
useconfigure='true'
|
||||
configopts=(
|
||||
|
@ -12,7 +12,7 @@ configopts=(
|
|||
'--prefix=/usr/local'
|
||||
)
|
||||
files=(
|
||||
"https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v${version}/util-linux-${version}.tar.gz#c31d4e54f30b56b0f7ec8b342658c07de81378f2c067941c2b886da356f8ad42"
|
||||
"https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v$(cut -d. -f1,2 <<< ${version})/util-linux-${version}.tar.xz#87abdfaa8e490f8be6dde976f7c80b9b5ff9f301e1b67e3899e1f05a59a1531f"
|
||||
)
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths=(
|
||||
|
|
Loading…
Add table
Reference in a new issue