mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/proxychains: Updated for version 4.2.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
dc622d8c95
commit
b8ef5e3691
2 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by GPLeo <slackbuilds@gmail.com>
|
||||
|
||||
PRGNAM=proxychains
|
||||
VERSION=${VERSION:-3.1}
|
||||
VERSION=${VERSION:-4.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -24,7 +24,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
DOCS="AUTHORS ChangeLog COPYING INSTALL README TODO"
|
||||
DOCS="AUTHORS ChangeLog COPYING README TODO"
|
||||
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
|
@ -47,7 +47,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="proxychains"
|
||||
VERSION="3.1"
|
||||
VERSION="4.2.0"
|
||||
HOMEPAGE="http://proxychains.sourceforge.net/"
|
||||
DOWNLOAD="http://ufpr.dl.sourceforge.net/sourceforge/proxychains/proxychains-3.1.tar.gz"
|
||||
MD5SUM="4629c156001ab70aa7e98960eb513148"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/proxychains-4.2.0.tar.xz"
|
||||
MD5SUM="84a36f5d688d5ca3fb4e9fa1572e7e04"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue