Skip to content

Commit

Permalink
fixup! pillow: add Python3 variant and update to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BKPepe committed Jul 5, 2019
1 parent 88beb5e commit 3f17009
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lang/python/pillow/Makefile
Expand Up @@ -7,13 +7,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=pillow
PKG_VERSION:=6.0.0
PKG_VERSION:=6.1.0
PKG_RELEASE:=1

PKG_SOURCE:=Pillow-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/P/Pillow
PKG_HASH:=809c0a2ce9032cbcd7b5313f71af4bdc5c8c771cb86eb7559afd954cab82ebb5

PKG_HASH:=0804f77cb1e9b6dbd37601cee11283bba39a8d44b9ddb053400c58e0c0d7d9de
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-Pillow-$(PKG_VERSION)

PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
Expand Down

0 comments on commit 3f17009

Please sign in to comment.