diff options
author | Alexandru Ardelean <alex@shruggie.ro> | 2024-04-22 10:11:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 10:11:45 +0300 |
commit | 2dc22d4a0c4ec3620d31667c3ebf1525693b0b08 (patch) | |
tree | 1f9d2cf1eedf3106e016c2560d0fc94a24efd4dd /libs | |
parent | 8b100c8dd188081cc34f0f13d93a86adf4479d9c (diff) | |
parent | 116bbd93596a2837f37eb2b32b11ef0deab98dad (diff) |
Merge pull request #23975 from krant/libwebp
libwebp: update to 1.4.0
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libwebp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libwebp/Makefile b/libs/libwebp/Makefile index 7d413c1f1..a3f075558 100644 --- a/libs/libwebp/Makefile +++ b/libs/libwebp/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libwebp -PKG_VERSION:=1.3.2 +PKG_VERSION:=1.4.0 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:=2a499607df669e40258e53d0ade8035ba4ec0175244869d1025d460562aa09b4 +PKG_HASH:=61f873ec69e3be1b99535634340d5bde750b2e4447caa1db9f61be3fd49ab1e5 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_LICENSE:=BSD-3-Clause |