From f70ad0e816942d106d41949df70824bb6f8d8367 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 13 Jul 2021 11:20:19 +0300 Subject: [PATCH] pillow: bump to version 8.3.1 Signed-off-by: Alexandru Ardelean --- lang/python/pillow/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/pillow/Makefile b/lang/python/pillow/Makefile index 90599ac0e..828afd8ee 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.0 +PKG_VERSION:=8.3.1 PKG_RELEASE:=1 PYPI_NAME:=Pillow -PKG_HASH:=803606e206f3e366eea46b1e7ab4dac74cfac770d04de9c35319814e11e47c46 +PKG_HASH:=2cac53839bfc5cece8fdbe7f084d5e3ee61e1303cccc86511d351adcb9e2c792 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=HPND