Skip to content

Commit 77fb93c

Browse files
committed
Bump dep: heif
The new release-monitoring infrastructure (correctly) appears to enforce rate-limiting so sleep a little and switch to checking GitHub tags for projects with sensible versioning history.
1 parent 6e35670 commit 77fb93c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

check-latest-versions.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,22 @@ version_latest() {
2323
ALL_AT_VERSION_LATEST=false
2424
echo "$1 version $2 has been superseded by $VERSION_LATEST"
2525
fi
26+
sleep 1
2627
}
2728

2829
version_latest "aom" "$VERSION_AOM" "17628"
29-
version_latest "archive" "$VERSION_ARCHIVE" "1558"
30+
version_latest "archive" "$VERSION_ARCHIVE" "libarchive/libarchive"
3031
version_latest "cairo" "$VERSION_CAIRO" "247"
3132
version_latest "cgif" "$VERSION_CGIF" "dloebl/cgif"
32-
version_latest "exif" "$VERSION_EXIF" "1607"
33+
version_latest "exif" "$VERSION_EXIF" "libexif/libexif"
3334
version_latest "expat" "$VERSION_EXPAT" "770"
3435
version_latest "ffi" "$VERSION_FFI" "1611"
3536
version_latest "fontconfig" "$VERSION_FONTCONFIG" "827"
3637
version_latest "freetype" "$VERSION_FREETYPE" "854"
37-
version_latest "fribidi" "$VERSION_FRIBIDI" "857"
38+
version_latest "fribidi" "$VERSION_FRIBIDI" "fribidi/fribidi"
3839
version_latest "glib" "$VERSION_GLIB" "10024" "unstable"
3940
version_latest "harfbuzz" "$VERSION_HARFBUZZ" "1299"
40-
version_latest "heif" "$VERSION_HEIF" "64439"
41+
version_latest "heif" "$VERSION_HEIF" "strukturag/libheif"
4142
version_latest "highway" "$VERSION_HWY" "205809"
4243
version_latest "lcms" "$VERSION_LCMS" "9815"
4344
version_latest "mozjpeg" "$VERSION_MOZJPEG" "mozilla/mozjpeg"
@@ -46,9 +47,9 @@ version_latest "pixman" "$VERSION_PIXMAN" "3648"
4647
version_latest "png" "$VERSION_PNG" "1705"
4748
version_latest "proxy-libintl" "$VERSION_PROXY_LIBINTL" "frida/proxy-libintl"
4849
version_latest "rsvg" "$VERSION_RSVG" "5420" "unstable"
49-
version_latest "spng" "$VERSION_SPNG" "24289"
50+
version_latest "spng" "$VERSION_SPNG" "randy408/libspng"
5051
version_latest "tiff" "$VERSION_TIFF" "1738"
51-
version_latest "vips" "$VERSION_VIPS" "5097"
52+
version_latest "vips" "$VERSION_VIPS" "libvips/libvips"
5253
version_latest "webp" "$VERSION_WEBP" "1761"
5354
version_latest "xml2" "$VERSION_XML2" "1783"
5455
version_latest "zlib-ng" "$VERSION_ZLIB_NG" "115592"

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VERSION_FREETYPE=2.13.3
1010
VERSION_FRIBIDI=1.0.16
1111
VERSION_GLIB=2.85.1
1212
VERSION_HARFBUZZ=11.2.1
13-
VERSION_HEIF=1.20.0
13+
VERSION_HEIF=1.20.1
1414
VERSION_HWY=1.2.0
1515
VERSION_IMAGEQUANT=2.4.1
1616
VERSION_LCMS=2.17

0 commit comments

Comments
 (0)