mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/GraphicsMagick: Updated for version 1.3.28.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
d31c85369e
commit
84b5ddf70f
2 changed files with 7 additions and 4 deletions
|
@ -8,6 +8,9 @@
|
|||
# MIA. Original version had no license; I'm licensing the update under the
|
||||
# terms of the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20180123 bkw:
|
||||
# - updated for v1.3.28
|
||||
|
||||
# 20171219 bkw:
|
||||
# - updated for v1.3.27, added last few missing delegates
|
||||
|
||||
|
@ -28,7 +31,7 @@
|
|||
# - document optional deps in README
|
||||
|
||||
PRGNAM=GraphicsMagick
|
||||
VERSION=${VERSION:-1.3.27}
|
||||
VERSION=${VERSION:-1.3.28}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="GraphicsMagick"
|
||||
VERSION="1.3.27"
|
||||
VERSION="1.3.28"
|
||||
HOMEPAGE="http://www.graphicsmagick.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/graphicsmagick/GraphicsMagick-1.3.27.tar.bz2"
|
||||
MD5SUM="305a5037149b5abc2a6c22114e92e868"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/graphicsmagick/GraphicsMagick-1.3.28.tar.bz2"
|
||||
MD5SUM="159f784234c52a82047ed12d451d61ae"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue