diff options
Diffstat (limited to 'graphics/optipng/optipng.SlackBuild')
-rw-r--r-- | graphics/optipng/optipng.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/optipng/optipng.SlackBuild b/graphics/optipng/optipng.SlackBuild index 8e4dbce983bf..1d25227a020c 100644 --- a/graphics/optipng/optipng.SlackBuild +++ b/graphics/optipng/optipng.SlackBuild @@ -2,9 +2,10 @@ # Slackware build script for OptiPNG # Written by Oleg O. Chukaev <oleg.chukaev@mail.ru> +# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=optipng -VERSION=0.7.4 +VERSION=${VERSION:-0.7.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |