diff options
author | Nick Hainke <vincent@systemli.org> | 2023-10-11 17:04:00 +0200 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2023-10-12 00:23:03 +0200 |
commit | c0f1980adf3db2a2651ab4ef621b8ea741837a6d (patch) | |
tree | 9a8bb525aa865e32a69442cdf713b2056fa58656 /tools/libdeflate/Makefile | |
parent | 01ae733e061cf5e4d258654d177a0d82b05fe48b (diff) |
tools/libdeflate: update to 1.19
Release Notes:
https://github.com/ebiggers/libdeflate/blob/master/NEWS.md#version-119
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/libdeflate/Makefile')
-rw-r--r-- | tools/libdeflate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libdeflate/Makefile b/tools/libdeflate/Makefile index e0f348196d..5da6c693ea 100644 --- a/tools/libdeflate/Makefile +++ b/tools/libdeflate/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libdeflate -PKG_VERSION:=1.18 +PKG_VERSION:=1.19 PKG_RELEASE:=1 PKG_SOURCE_URL:=https://github.com/ebiggers/libdeflate.git PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_MIRROR_HASH:=015cbd33b1382b812f7c035640709186bc5d3d6a0ab177bffa7948f26f64edf9 +PKG_MIRROR_HASH:=5aac9801815384a5e417c8345d25d07547648e28403566ef73a46295ec26b6c4 include $(INCLUDE_DIR)/host-build.mk |