Skip to content

Commit efc792b

Browse files
committed
Update library versions in Makefile: WEBP to 1.6.0, LIBAOM to 3.12.1, LIBHEIF to 1.20.1, VIPS to 8.17.1, and SHARP to 0.34.3.
1 parent 6b5935a commit efc792b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

layer/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Library Versions
2-
WEBP_VERSION=1.5.0
2+
WEBP_VERSION=1.6.0
33
LIBDE265_VERSION=1.0.16
4-
LIBAOM_VERSION=3.12.0
4+
LIBAOM_VERSION=3.12.1
55
X265_VERSION=4.1
6-
LIBHEIF_VERSION=1.19.8
7-
VIPS_VERSION=8.16.1
8-
SHARP_VERSION=0.34.2
6+
LIBHEIF_VERSION=1.20.1
7+
VIPS_VERSION=8.17.1
8+
SHARP_VERSION=0.34.3
99

1010
PREFIX_PATH=/usr/local
1111
LIB_PATH=$(PREFIX_PATH)/lib

0 commit comments

Comments
 (0)