mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/optipng: Updated for version 0.7.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4301a357ae
commit
4264172957
2 changed files with 5 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="optipng"
|
||||
VERSION="0.7.4"
|
||||
VERSION="0.7.5"
|
||||
HOMEPAGE="http://optipng.sourceforge.net/"
|
||||
DOWNLOAD="http://prdownloads.sourceforge.net/optipng/optipng-0.7.4.tar.gz"
|
||||
MD5SUM="8853d89aaf859065e95dcdf98b6bed73"
|
||||
DOWNLOAD="http://prdownloads.sourceforge.net/optipng/optipng-0.7.5.tar.gz"
|
||||
MD5SUM="90ac1ec7945d48c0e9859b977b5df411"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue