mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
graphics/pngquant: Updated for version 2.7.2 + new maintainer.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
c267e52aba
commit
653211826a
2 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pngquant
|
||||
VERSION=${VERSION:-2.5.2}
|
||||
VERSION=${VERSION:-2.7.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -62,7 +62,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION-src.tar.bz2
|
||||
tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION-src.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go-w,a+rX-st .
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pngquant"
|
||||
VERSION="2.5.2"
|
||||
VERSION="2.7.2"
|
||||
HOMEPAGE="https://pngquant.org/"
|
||||
DOWNLOAD="https://pngquant.org/pngquant-2.5.2-src.tar.bz2"
|
||||
MD5SUM="1c9981fdbdfabdcfaca29ce0cb7ec654"
|
||||
DOWNLOAD="https://pngquant.org/pngquant-2.7.2-src.tar.gz"
|
||||
MD5SUM="d0f20b42cfd79a039c6af50aebb851a0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Kyle Guinn"
|
||||
EMAIL="elyk03@gmail.com"
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in a new issue