diff options
Diffstat (limited to 'graphics/GraphicsMagick/GraphicsMagick.SlackBuild')
-rw-r--r-- | graphics/GraphicsMagick/GraphicsMagick.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/GraphicsMagick/GraphicsMagick.SlackBuild b/graphics/GraphicsMagick/GraphicsMagick.SlackBuild index f3af20e830cfc..48d9dd13f108b 100644 --- a/graphics/GraphicsMagick/GraphicsMagick.SlackBuild +++ b/graphics/GraphicsMagick/GraphicsMagick.SlackBuild @@ -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. +# 20181201 bkw: +# - update for v1.3.31 (BUILD=1 again). + # 20181126 bkw: # - fix the perl module. at one point it really did work, but lately # people (including me) were getting 'undefined symbol' errors when @@ -37,7 +40,7 @@ # - document optional deps in README PRGNAM=GraphicsMagick -VERSION=${VERSION:-1.3.30} +VERSION=${VERSION:-1.3.31} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} |