diff options
Diffstat (limited to 'graphics/GraphicsMagick/GraphicsMagick.SlackBuild')
-rw-r--r-- | graphics/GraphicsMagick/GraphicsMagick.SlackBuild | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/graphics/GraphicsMagick/GraphicsMagick.SlackBuild b/graphics/GraphicsMagick/GraphicsMagick.SlackBuild index c6966bc8b0..f71e58178b 100644 --- a/graphics/GraphicsMagick/GraphicsMagick.SlackBuild +++ b/graphics/GraphicsMagick/GraphicsMagick.SlackBuild @@ -8,20 +8,12 @@ # 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 - -# 20170708 bkw: -# - updated for v1.3.26 - -# 20161016 bkw: -# - updated for v1.3.25 - -# 20151127 bkw: -# - fix build on -current, in anticipation of 14.2 +# 20180613 bkw: updated for v1.3.29 +# 20180123 bkw: updated for v1.3.28 +# 20171219 bkw: updated for v1.3.27, added last few missing delegates +# 20170708 bkw: updated for v1.3.26 +# 20161016 bkw: updated for v1.3.25 +# 20151127 bkw: fix build on -current, in anticipation of 14.2 # 20150803 bkw: # - updated for v1.3.21 @@ -31,7 +23,7 @@ # - document optional deps in README PRGNAM=GraphicsMagick -VERSION=${VERSION:-1.3.28} +VERSION=${VERSION:-1.3.29} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |