aboutsummaryrefslogtreecommitdiff
path: root/libs/libwebp/Makefile
diff options
context:
space:
mode:
authorAlexandru Ardelean <alex@shruggie.ro>2023-09-27 09:16:16 +0300
committerRosen Penev <rosenp@gmail.com>2023-09-27 11:10:09 -0700
commit90c6cb239002b1581b249ed19c3d7475fa78e5f1 (patch)
tree8c5f0acd4f3baf17fbddf5c1d4c42e6ae98b08fb /libs/libwebp/Makefile
parent2c6add78b47befb0a81270a130dcc1551ce57507 (diff)
libwebp: bump to version 1.3.2
From https://github.com/webmproject/libwebp/releases/tag/v1.3.2 - 9/13/2023: version 1.3.2 This is a binary compatible release. * security fix for lossless decoder (chromium: #1479274, CVE-2023-4863) Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Diffstat (limited to 'libs/libwebp/Makefile')
-rw-r--r--libs/libwebp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libwebp/Makefile b/libs/libwebp/Makefile
index c9f15c963..7d413c1f1 100644
--- a/libs/libwebp/Makefile
+++ b/libs/libwebp/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libwebp
-PKG_VERSION:=1.3.1
+PKG_VERSION:=1.3.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://storage.googleapis.com/downloads.webmproject.org/releases/webp
-PKG_HASH:=b3779627c2dfd31e3d8c4485962c2efe17785ef975e2be5c8c0c9e6cd3c4ef66
+PKG_HASH:=2a499607df669e40258e53d0ade8035ba4ec0175244869d1025d460562aa09b4
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=BSD-3-Clause