comparison src/libwebp.mk @ 6875:12bf4c42a136

* src/libwebp.mk: update to v1.3.2
author John Donoghue <john.donoghue@ieee.org>
date Tue, 26 Sep 2023 16:20:58 -0400
parents c9142d81cb5d
children 7c62733550ad
comparison
equal deleted inserted replaced
6874:fff6ec3b0cf5 6875:12bf4c42a136
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.3.1 6 $(PKG)_VERSION := 1.3.2
7 $(PKG)_CHECKSUM := 068accf4b781052fe1144c26831babdf07b48787 7 $(PKG)_CHECKSUM := f941661a869df7347d7ca9208acb4e6d41f614de
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