Skip to content

Commit 883eb62

Browse files
disable VERSION_LATEST_REQUIRED, go back to working de265 version
1 parent 4837857 commit 883eb62

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build/lin.sh

+5-4
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ unset PKG_CONFIG_PATH
9292
CURL="curl --silent --location --retry 3 --retry-max-time 30"
9393

9494
# Dependency version numbers
95-
VERSION_ZLIB_NG=2.2.0
95+
VERSION_ZLIB_NG=2.1.6
9696
VERSION_FFI=3.4.6
9797
VERSION_GLIB=2.80.3
98-
VERSION_XML2=2.13.1
98+
VERSION_XML2=2.13.0
9999
VERSION_EXIF=0.6.24
100100
VERSION_LCMS2=2.16
101101
VERSION_MOZJPEG=4.1.5
@@ -118,8 +118,8 @@ VERSION_PANGO=1.54.0
118118
VERSION_RSVG=2.58.91
119119
VERSION_AOM=3.9.1
120120
VERSION_HEIF=1.17.6
121-
VERSION_CGIF=0.4.1
122-
VERSION_DE265=1.0.15
121+
VERSION_CGIF=0.4.0
122+
VERSION_DE265=1.0.13
123123

124124
# Remove patch version component
125125
without_patch() {
@@ -132,6 +132,7 @@ without_prerelease() {
132132

133133
# Check for newer versions
134134
# Skip by setting the VERSION_LATEST_REQUIRED environment variable to "false"
135+
VERSION_LATEST_REQUIRED=false
135136
ALL_AT_VERSION_LATEST=true
136137
version_latest() {
137138
if [ "$VERSION_LATEST_REQUIRED" == "false" ]; then

0 commit comments

Comments
 (0)