diff options
author | B. Watson <yalhcru@gmail.com> | 2018-01-01 17:09:10 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:39 +0700 |
commit | ed97357075d18015eb91a1bd166d4e98e9cc656f (patch) | |
tree | 0ed118ddd05747d717f52576e5807196e67e4703 /graphics/mozjpeg/mozjpeg.SlackBuild | |
parent | d3abfcd04c36efe83bed9d96fb9512cc2dfd22a5 (diff) | |
download | slackbuilds-ed97357075d18015eb91a1bd166d4e98e9cc656f.tar.gz |
graphics/mozjpeg: Updated for version 3.3.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 d82a954009..c752946864 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} |