Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/packages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiri Slachta <jiri@slachta.eu>2022-11-07 00:37:53 +0300
committerGitHub <noreply@github.com>2022-11-07 00:37:53 +0300
commitde185787e99448cc14ac55d3f253c69cbc04d6f1 (patch)
treea76df3090b80421eab29f7acc9c77f987e9b197a
parent0c59c77c96ac33ba58fea17b75c958c56fe429bc (diff)
parent726c87b5761530a7ecdde475bc5dc98964580848 (diff)
Merge pull request #19846 from neheb/2
tiff: update to 4.4.0
-rw-r--r--libs/tiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile
index 704f91979..37539d946 100644
--- a/libs/tiff/Makefile
+++ b/libs/tiff/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tiff
-PKG_VERSION:=4.3.0
+PKG_VERSION:=4.4.0
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://download.osgeo.org/libtiff
-PKG_HASH:=0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8
+PKG_HASH:=917223b37538959aca3b790d2d73aa6e626b688e02dcda272aec24c2f498abed
PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
PKG_LICENSE:=BSD-3-Clause