From 385f2898eda26a85aca359060e60462f29c2724f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 11 Apr 2021 22:30:29 -0700 Subject: [PATCH] vips: update to 8.10.6 Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev --- libs/vips/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/vips/Makefile b/libs/vips/Makefile index e13a9b5032..a8eb4c7a49 100644 --- a/libs/vips/Makefile +++ b/libs/vips/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vips -PKG_VERSION:=8.10.5 -PKG_RELEASE:=2 +PKG_VERSION:=8.10.6 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/libvips/libvips/releases/download/v$(PKG_VERSION) -PKG_HASH:=a4eef2f5334ab6dbf133cd3c6d6394d5bdb3e76d5ea4d578b02e1bc3d9e1cfd8 +PKG_HASH:=2468088d958e0e2de1be2991ff8940bf45664a826c0dad12342e1804e2805a6e PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=LGPL-2.1-or-later