mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/socat: Updated for version 1.7.2.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f3d7301323
commit
4ed39d9cae
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# Slackware build script for socat
|
||||
|
||||
# Copyright 2009 Andrew Psaltis <ampsaltis@gmail.com>
|
||||
# Copyright 2011 Grigorios Bouzakis <grbzks@xsmail.com>
|
||||
# Copyright 2011 Grigorios Bouzakis <grbzks@imap.cc>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any purpose
|
||||
|
@ -21,7 +21,7 @@
|
|||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=socat
|
||||
VERSION=${VERSION:-1.7.1.3}
|
||||
VERSION=${VERSION:-1.7.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="socat"
|
||||
VERSION="1.7.1.3"
|
||||
VERSION="1.7.2.0"
|
||||
HOMEPAGE="http://www.dest-unreach.org/socat"
|
||||
DOWNLOAD="http://www.dest-unreach.org/socat/download/socat-1.7.1.3.tar.gz"
|
||||
MD5SUM="f5cd212c511725864c4b5e08a22d3366"
|
||||
DOWNLOAD="http://www.dest-unreach.org/socat/download/socat-1.7.2.0.tar.gz"
|
||||
MD5SUM="0565dd58800e4c50534c61bbb453b771"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Grigorios Bouzakis"
|
||||
EMAIL="grbzks@xsmail.com"
|
||||
APPROVED="dsomero"
|
||||
EMAIL="grbzks@imap.cc"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue