diff options
Diffstat (limited to 'graphics/GraphicsMagick/GraphicsMagick.SlackBuild')
-rw-r--r-- | graphics/GraphicsMagick/GraphicsMagick.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/GraphicsMagick/GraphicsMagick.SlackBuild b/graphics/GraphicsMagick/GraphicsMagick.SlackBuild index 76ddae126b97d..ea968873ffca0 100644 --- a/graphics/GraphicsMagick/GraphicsMagick.SlackBuild +++ b/graphics/GraphicsMagick/GraphicsMagick.SlackBuild @@ -8,6 +8,7 @@ # 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. +# 20201019 bkw: update for v1.3.35. # 20200111 bkw: update for v1.3.34, quit using sourceforge dl link. # 20191130 bkw: update for v1.3.33. # 20181201 bkw: update for v1.3.31 (BUILD=1 again). @@ -41,7 +42,7 @@ # - document optional deps in README PRGNAM=GraphicsMagick -VERSION=${VERSION:-1.3.34} +VERSION=${VERSION:-1.3.35} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |