comparison src/libwebp.mk @ 6358:1d99604afef8

* src/libwebp.mk: update to v1.2.4
author John Donoghue <john.donoghue@ieee.org>
date Wed, 10 Aug 2022 15:18:25 -0400
parents 37938fa0df0b
children 89d8b60fa205
comparison
equal deleted inserted replaced
6357:dc5ad8056086 6358:1d99604afef8
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := libwebp 4 PKG := libwebp
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.2.3 6 $(PKG)_VERSION := 1.2.4
7 $(PKG)_CHECKSUM := 6a7a8c41b02b2a98dbf2f639c74d9e187bb78ba0 7 $(PKG)_CHECKSUM := 24586e2a8e01a9cced102d68852661b964502429
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://storage.googleapis.com/downloads.webmproject.org/releases/webp/$($(PKG)_FILE) 10 $(PKG)_URL := https://storage.googleapis.com/downloads.webmproject.org/releases/webp/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12