mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libpgf: Updated for version 7.19.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
13ba6508b1
commit
e688b29ba9
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright 2012-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2012-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,7 +22,7 @@
|
|||
|
||||
PRGNAM=libpgf
|
||||
SRCNAM=libPGF-codec-and-console-src
|
||||
VERSION=${VERSION:-7.15.32}
|
||||
VERSION=${VERSION:-7.19.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -58,9 +58,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf PGF
|
||||
rm -rf libPGF-codec-and-console-src
|
||||
unzip $CWD/$SRCNAM.zip
|
||||
cd PGF/Codec
|
||||
cd libPGF-codec-and-console-src/PGF/Codec
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libpgf"
|
||||
VERSION="7.15.32"
|
||||
VERSION="7.19.3"
|
||||
HOMEPAGE="http://www.libpgf.org"
|
||||
DOWNLOAD="https://sourceforge.net/projects/libpgf/files/libpgf/7.15.32-latest/libPGF-codec-and-console-src.zip"
|
||||
MD5SUM="e0a35f768462a35060197c9d24bb07ff"
|
||||
DOWNLOAD="https://sourceforge.net/projects/libpgf/files/libpgf/7.19.3-latest/libPGF-codec-and-console-src.zip"
|
||||
MD5SUM="795e3c1816f107ca3d763a6f40424fd3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue