aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Kaiser <skyper@thc.org>2022-07-03 22:46:28 +0200
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2023-02-11 11:46:58 +0100
commit33d32450b406e83e7eb908c58eecab0cff043622 (patch)
treecb06255455356ea9722eb12fc1126e909853e3b2
parent6b53f122ff2fc38f849d2d8e3373464a4d6f62a4 (diff)
gsocket: upstream update to 1.4.39
Signed-off-by: Ralf Kaiser <skyper@thc.org>
-rw-r--r--net/gsocket/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/gsocket/Makefile b/net/gsocket/Makefile
index 2c84f4ed5..d09b81ab2 100644
--- a/net/gsocket/Makefile
+++ b/net/gsocket/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gsocket
-PKG_VERSION:=1.4.37
+PKG_VERSION:=1.4.39
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/hackerschoice/gsocket/releases/download/v$(PKG_VERSION)/
-PKG_HASH:=4f64f71a7d6b8be79754e7bf2109675ffc8a3e37a4a55b08c95a1b1d25e458e5
+PKG_HASH:=2042b3773e03285939fe7f0d0597a77c8d4958644b1d8a366cc71d384f1e5c30
PKG_MAINTAINER:=Ralf Kaiser <skyper@thc.org>
PKG_LICENSE:=BSD-2-Clause
@@ -71,3 +71,4 @@ define Package/gsocket/install
endef
$(eval $(call BuildPackage,gsocket))
+