diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2019-08-18 15:09:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-24 08:24:06 +0700 |
commit | a0840bf5d0012ff2c76b9fc7114eff4f4bca6b25 (patch) | |
tree | e78a5f3cc5315a69942952a62095708041efbdbf /network/socat/socat.SlackBuild | |
parent | fbda6d3638a58c00de259e68d32cd09d927e416e (diff) | |
download | slackbuilds-a0840bf5d0012ff2c76b9fc7114eff4f4bca6b25.tar.gz |
network/socat: Updated for version 1.7.3.3
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'network/socat/socat.SlackBuild')
-rw-r--r-- | network/socat/socat.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/socat/socat.SlackBuild b/network/socat/socat.SlackBuild index a1133b67ca..eddb6935dc 100644 --- a/network/socat/socat.SlackBuild +++ b/network/socat/socat.SlackBuild @@ -3,7 +3,7 @@ # Copyright 2009 Andrew Psaltis <ampsaltis@gmail.com> # Copyright 2011 Grigorios Bouzakis <grbzks@imap.cc> -# Copyright 2014-2017 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2014-2019 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -22,7 +22,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=socat -VERSION=${VERSION:-1.7.3.2} +VERSION=${VERSION:-1.7.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |