mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/socat: Updated for version 1.7.3.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
2b7e1fd344
commit
45410e22cc
2 changed files with 8 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
# Copyright 2009 Andrew Psaltis <ampsaltis@gmail.com>
|
||||
# Copyright 2011 Grigorios Bouzakis <grbzks@imap.cc>
|
||||
# Copyright 2014-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2014-2017 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any purpose
|
||||
|
@ -22,13 +22,13 @@
|
|||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=socat
|
||||
VERSION=${VERSION:-1.7.3.1}
|
||||
VERSION=${VERSION:-1.7.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -39,8 +39,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="socat"
|
||||
VERSION="1.7.3.1"
|
||||
VERSION="1.7.3.2"
|
||||
HOMEPAGE="http://www.dest-unreach.org/socat"
|
||||
DOWNLOAD="http://www.dest-unreach.org/socat/download/socat-1.7.3.1.tar.bz2"
|
||||
MD5SUM="334e46924f2b386299c9db2ac22bcd36"
|
||||
DOWNLOAD="http://www.dest-unreach.org/socat/download/socat-1.7.3.2.tar.bz2"
|
||||
MD5SUM="607a24c15bd2cb54e9328bfbbd3a1ae9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue