diff options
author | krant <aleksey.vasilenko@gmail.com> | 2024-04-12 06:10:24 +0300 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-04-13 14:03:09 -0700 |
commit | 5a06e3471ba0a4a49130b22f936c823142680fe1 (patch) | |
tree | 615844e917c6b5c90ba82978aa46587bccf2c498 /net/socat | |
parent | fbe4b5f3592a2a6b674e7b05190a62df04d63f83 (diff) |
socat: update to 1.8.0.0
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 2f3ca78f4..6da3aee46 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=socat -PKG_VERSION:=1.7.4.4 +PKG_VERSION:=1.8.0.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.dest-unreach.org/socat/download -PKG_HASH:=fbd42bd2f0e54a3af6d01bdf15385384ab82dbc0e4f1a5e153b3e0be1b6380ac +PKG_HASH:=e1de683dd22ee0e3a6c6bbff269abe18ab0c9d7eb650204f125155b9005faca7 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=GPL-2.0-or-later OpenSSL |