From b966f5161a26c88abdc2aa473956a4e0c6268a96 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 8 Sep 2021 14:26:53 +0300 Subject: [PATCH] pillow: bump to 8.3.2 And start using AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean --- lang/python/pillow/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/pillow/Makefile b/lang/python/pillow/Makefile index 828afd8ee..a0e438ad3 100644 --- a/lang/python/pillow/Makefile +++ b/lang/python/pillow/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pillow -PKG_VERSION:=8.3.1 -PKG_RELEASE:=1 +PKG_VERSION:=8.3.2 +PKG_RELEASE:=$(AUTORELEASE) PYPI_NAME:=Pillow -PKG_HASH:=2cac53839bfc5cece8fdbe7f084d5e3ee61e1303cccc86511d351adcb9e2c792 +PKG_HASH:=dde3f3ed8d00c72631bc19cbfff8ad3b6215062a5eed402381ad365f82f0c18c PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=HPND