diff --git a/build/posix.sh b/build/posix.sh index be82234d..95c3b98f 100755 --- a/build/posix.sh +++ b/build/posix.sh @@ -354,7 +354,7 @@ CFLAGS="${CFLAGS} -O3" meson setup _build --default-library=static --buildtype=r meson install -C _build --tag devel mkdir ${DEPS}/uhdr -$CURL https://github.com/google/libultrahdr/archive/${VERSION_UHDR}.tar.gz | tar xzC ${DEPS}/uhdr --strip-components=1 +$CURL https://github.com/google/libultrahdr/archive/v${VERSION_UHDR}.tar.gz | tar xzC ${DEPS}/uhdr --strip-components=1 cd ${DEPS}/uhdr # [PATCH] Remove platform and architecture detection logic $CURL https://patch-diff.githubusercontent.com/raw/google/libultrahdr/pull/383.patch | patch -p1 diff --git a/check-latest-versions.sh b/check-latest-versions.sh index 82aa0d36..c162c61e 100755 --- a/check-latest-versions.sh +++ b/check-latest-versions.sh @@ -54,7 +54,7 @@ version_latest "png" "$VERSION_PNG" "1705" version_latest "proxy-libintl" "$VERSION_PROXY_LIBINTL" "frida/proxy-libintl" version_latest "rsvg" "$VERSION_RSVG" "5420" "unstable" version_latest "tiff" "$VERSION_TIFF" "1738" -#version_latest "uhdr" "$VERSION_UHDR" "375187" # use commit SHA until next tagged release +version_latest "uhdr" "$VERSION_UHDR" "375187" version_latest "webp" "$VERSION_WEBP" "1761" version_latest "xml2" "$VERSION_XML2" "1783" version_latest "zlib-ng" "$VERSION_ZLIB_NG" "115592" diff --git a/versions.properties b/versions.properties index 5be51c28..30949403 100644 --- a/versions.properties +++ b/versions.properties @@ -21,7 +21,7 @@ VERSION_PNG=1.6.58 VERSION_PROXY_LIBINTL=0.5 VERSION_RSVG=2.62.90 VERSION_TIFF=4.7.2 -VERSION_UHDR=1acdbed +VERSION_UHDR=1.5.0 VERSION_VIPS=8.18.4 VERSION_WEBP=1.6.0 VERSION_XML2=2.15.3