diff options
Diffstat (limited to 'graphics/mozjpeg/mozjpeg.SlackBuild')
-rw-r--r-- | graphics/mozjpeg/mozjpeg.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/mozjpeg/mozjpeg.SlackBuild b/graphics/mozjpeg/mozjpeg.SlackBuild index d82a954009df9..c7529468641c2 100644 --- a/graphics/mozjpeg/mozjpeg.SlackBuild +++ b/graphics/mozjpeg/mozjpeg.SlackBuild @@ -25,6 +25,9 @@ # with this program (most likely, a file named COPYING). If not, see # <http://www.gnu.org/licenses/>. +# 20180101 bkw: Update for v3.3.1. Script still works with 3.1 and 3.2, +# if you can think of a use for them. + # 20170502 bkw: # - update for v3.2. script tested with v3.1 and still works, in case # upstream's updated libjpegturbo API causes a problem (just get the @@ -42,7 +45,7 @@ # - BUILD=2 PRGNAM=mozjpeg -VERSION=${VERSION:-3.2} +VERSION=${VERSION:-3.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |