From 5a06e3471ba0a4a49130b22f936c823142680fe1 Mon Sep 17 00:00:00 2001 From: krant Date: Fri, 12 Apr 2024 06:10:24 +0300 Subject: [PATCH] socat: update to 1.8.0.0 Signed-off-by: krant --- net/socat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/socat/Makefile b/net/socat/Makefile index 2f3ca78f4f..6da3aee467 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 PKG_LICENSE:=GPL-2.0-or-later OpenSSL -- 2.30.2