Skip to content

Commit 8e7ec80

Browse files
committed
Bump deps: archive, cgif
1 parent a684ad0 commit 8e7ec80

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build/lin.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ VERSION_PROXY_LIBINTL=0.4
109109
VERSION_GDKPIXBUF=2.42.10
110110
VERSION_FREETYPE=2.13.2
111111
VERSION_EXPAT=2.6.2
112-
VERSION_ARCHIVE=3.7.2
112+
VERSION_ARCHIVE=3.7.3
113113
VERSION_FONTCONFIG=2.15.0
114114
VERSION_HARFBUZZ=8.4.0
115115
VERSION_PIXMAN=0.43.4
@@ -119,7 +119,7 @@ VERSION_PANGO=1.52.2
119119
VERSION_RSVG=2.57.3
120120
VERSION_AOM=3.8.2
121121
VERSION_HEIF=1.17.6
122-
VERSION_CGIF=0.3.2
122+
VERSION_CGIF=0.4.0
123123

124124
# Remove patch version component
125125
without_patch() {
@@ -143,7 +143,7 @@ version_latest() {
143143
VERSION_SELECTOR="versions"
144144
fi
145145
if [[ "$3" == *"/"* ]]; then
146-
VERSION_LATEST=$(git ls-remote --tags --refs https://github.com/$3.git | sort -t'/' -k3 -V | awk -F'/' 'END{print $3}' | tr -d 'vV')
146+
VERSION_LATEST=$(git ls-remote --tags --refs https://github.com/$3.git | sort -t'/' -k3 -V | awk -F'/' 'END{print $3}' | tr -d 'v')
147147
else
148148
VERSION_LATEST=$($CURL "https://release-monitoring.org/api/v2/versions/?project_id=$3" | jq -j ".$VERSION_SELECTOR[0]" | tr '_' '.')
149149
fi
@@ -161,7 +161,7 @@ version_latest "lcms2" "$VERSION_LCMS2" "9815"
161161
version_latest "mozjpeg" "$VERSION_MOZJPEG" "mozilla/mozjpeg"
162162
version_latest "png" "$VERSION_PNG16" "1705"
163163
version_latest "spng" "$VERSION_SPNG" "24289"
164-
version_latest "webp" "$VERSION_WEBP" "webmproject/libwebp"
164+
#version_latest "webp" "$VERSION_WEBP" "webmproject/libwebp" # latest version on GitHub is a release candidate
165165
version_latest "tiff" "$VERSION_TIFF" "1738"
166166
version_latest "highway" "$VERSION_HWY" "205809"
167167
version_latest "proxy-libintl" "$VERSION_PROXY_LIBINTL" "frida/proxy-libintl"
@@ -449,7 +449,7 @@ PKG_CONFIG=${PKG_CONFIG/ --static/} ./configure --host=${CHOST} --prefix=${TARGE
449449
PKG_CONFIG_ALL_STATIC=1 make install-strip bin_SCRIPTS=
450450

451451
mkdir ${DEPS}/cgif
452-
$CURL https://github.com/dloebl/cgif/archive/V${VERSION_CGIF}.tar.gz | tar xzC ${DEPS}/cgif --strip-components=1
452+
$CURL https://github.com/dloebl/cgif/archive/v${VERSION_CGIF}.tar.gz | tar xzC ${DEPS}/cgif --strip-components=1
453453
cd ${DEPS}/cgif
454454
CFLAGS="${CFLAGS} -O3" meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
455455
-Dtests=false

0 commit comments

Comments
 (0)