graphics/imgp: Updated for version 2.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
46836bab41
commit
444c8a1052
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for imgp
|
||||
|
||||
# Copyright 2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2018-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=imgp
|
||||
VERSION=${VERSION:-2.4.1}
|
||||
VERSION=${VERSION:-2.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="imgp"
|
||||
VERSION="2.4.1"
|
||||
VERSION="2.6"
|
||||
HOMEPAGE="https://github.com/jarun/imgp"
|
||||
DOWNLOAD="https://github.com/jarun/imgp/archive/v2.4.1/imgp-2.4.1.tar.gz"
|
||||
MD5SUM="68af9d6ccfbd8bf88a5e14f4825ef4c9"
|
||||
DOWNLOAD="https://github.com/jarun/imgp/archive/v2.6/imgp-2.6.tar.gz"
|
||||
MD5SUM="c2e37beebf3624608abed39c59a3a18f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-pillow"
|
||||
|
|
Loading…
Reference in New Issue