Browse Source
Merge pull request #16043 from commodo/pillow
pillow: bump to version 8.3.0
lilik-openwrt-22.03
Rosen Penev
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
lang/python/pillow/Makefile
|
@ -7,11 +7,11 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=pillow |
|
|
PKG_NAME:=pillow |
|
|
PKG_VERSION:=8.2.0 |
|
|
|
|
|
|
|
|
PKG_VERSION:=8.3.0 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PYPI_NAME:=Pillow |
|
|
PYPI_NAME:=Pillow |
|
|
PKG_HASH:=a787ab10d7bb5494e5f76536ac460741788f1fbce851068d73a87ca7c35fc3e1 |
|
|
|
|
|
|
|
|
PKG_HASH:=803606e206f3e366eea46b1e7ab4dac74cfac770d04de9c35319814e11e47c46 |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> |
|
|
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> |
|
|
PKG_LICENSE:=HPND |
|
|
PKG_LICENSE:=HPND |
|
|