From db4370992f3e4bf56ff3dcd3c58b5cda2e34962c Mon Sep 17 00:00:00 2001 From: EWouters <6179932+EWouters@users.noreply.github.com> Date: Fri, 1 Apr 2022 03:38:52 +0200 Subject: [PATCH] Ports/libuuid: Update libuuid to version 2.38 --- Ports/AvailablePorts.md | 2 +- Ports/libuuid/package.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 3fecb60421..b207752039 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -114,7 +114,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`libtheora`](libtheora/) | libtheora | 1.1.1 | https://www.theora.org/ | | [`libtiff`](libtiff/) | libtiff | 4.3.0 | http://www.libtiff.org/ | | [`libtool`](libtool/) | libtool | 2.4.7 | https://www.gnu.org/software/libtool/ | -| [`libuuid`](libuuid/) | libuuid (from util-linux) | 2.37.2 | https://github.com/karelzak/util-linux/tree/master/libuuid | +| [`libuuid`](libuuid/) | libuuid (from util-linux) | 2.38 | https://github.com/karelzak/util-linux/tree/master/libuuid | | [`libuv`](libuv/) | libuv | 1.42.0 | https://github.com/libuv/libuv | | [`libvorbis`](libvorbis/) | libvorbis | 1.3.7 | https://github.com/xiph/vorbis | | [`libxml2`](libxml2/) | libxml2 | 2.9.12 | http://www.xmlsoft.org/ | diff --git a/Ports/libuuid/package.sh b/Ports/libuuid/package.sh index ec484e6144..6baa51169d 100755 --- a/Ports/libuuid/package.sh +++ b/Ports/libuuid/package.sh @@ -1,12 +1,12 @@ #!/usr/bin/env -S bash ../.port_include.sh port=libuuid -version=2.37.2 +version=2.38 workdir="util-linux-${version}" useconfigure=true configopts=("--prefix=/usr/local" "--disable-all-programs" "--enable-libuuid") -files="https://github.com/karelzak/util-linux/archive/refs/tags/v${version}.tar.gz util-linux-${version}.tar.gz 74e725802a6355bba7288caeca171e0e25d9da2aa570162efbc1397ed924dfa2 -https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=2707e389a5c8ec14db468cdc4979864cd57b53f5 config.sub 698198944a59f5915b3f68dc9d642f573aeb8960307493a5693e6b148d5bb4c6" +files="https://github.com/karelzak/util-linux/archive/refs/tags/v${version}.tar.gz util-linux-${version}.tar.gz f3cf9d165f50f46e5c0a1076d178a75a5ae30463345e9c19335552b249fe0e67 +https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=c179db1b6f2ae484bfca1e9f8bae273e3319fa7d config.sub deb02c26f43b2ea64276c9ede77ec0f53d08e6256710f3c0a12275712085c348" auth_type=sha256 pre_configure() {