From: Alexandru Ardelean Date: Wed, 8 Sep 2021 11:26:53 +0000 (+0300) Subject: pillow: bump to 8.3.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b966f5161a26c88abdc2aa473956a4e0c6268a96;p=openwrt-packages.git pillow: bump to 8.3.2 And start using AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean --- 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