diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2019-05-06 08:25:42 +0000 |
---|---|---|
committer | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2019-05-06 08:25:42 +0000 |
commit | 11270c979b8a83c8aae951e8a51802b7c3a0abbd (patch) | |
tree | 47f27c235a4477ec7f7dda9f76bb35f6de98d939 /net/socat | |
parent | 8fbbacc729b1e23234142f3796c83ab847f6a7d4 (diff) |
net/socat: Update to 1.7.3.3
Update socat to 1.7.3.3
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 7a822490c..4fac5f8ae 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=socat -PKG_VERSION:=1.7.3.2 -PKG_RELEASE:=5 +PKG_VERSION:=1.7.3.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.dest-unreach.org/socat/download -PKG_HASH:=e3561f808739383eb10fada1e5d4f26883f0311b34fd0af7837d0c95ef379251 +PKG_HASH:=0dd63ffe498168a4aac41d307594c5076ff307aa0ac04b141f8f1cec6594d04a PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> |