Browse Source

Merge pull request #12401 from commodo/pillow-update

pillow: bump to version 7.1.2
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
3120f7f7ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python/pillow/Makefile

+ 3
- 3
lang/python/pillow/Makefile View File

@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pillow
PKG_VERSION:=7.1.1
PKG_RELEASE:=2
PKG_VERSION:=7.1.2
PKG_RELEASE:=1
PYPI_NAME:=Pillow
PKG_HASH:=0f89ddc77cf421b8cd34ae852309501458942bf370831b4a9b406156b599a14e
PKG_HASH:=a0b49960110bc6ff5fead46013bcb8825d101026d466f3a4de3476defe0fb0dd
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=HPND


Loading…
Cancel
Save