network/3proxy: Updated for version 0.8.12.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
wigums 2018-11-09 22:50:36 +00:00 committed by Willy Sudiarto Raharjo
parent 293bff17e7
commit 0507db0cea
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 8 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=3proxy
VERSION=${VERSION:-0.8.11}
VERSION=${VERSION:-0.8.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -56,9 +56,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
tar xvf $CWD/$PRGNAM-$VERSION.tgz
cd $PRGNAM
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -100,7 +100,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a authors copying Readme doc cfg scripts \
cp -a authors copying doc cfg scripts \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="3proxy"
VERSION="0.8.11"
VERSION="0.8.12"
HOMEPAGE="https://3proxy.ru/"
DOWNLOAD="https://3proxy.ru/0.8.11/3proxy-0.8.11.tgz"
MD5SUM="cb3a1cc688f01b8311c6e84848c0f62e"
DOWNLOAD="https://github.com/z3APA3A/3proxy/archive/0.8.12/3proxy-0.8.12.tar.gz"
MD5SUM="f8ccbe689ff8da8ff67942fc440187ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""