From ec7cfe4ad5eb81c40c52903a9e7229f851374215 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 12 Nov 2024 11:44:54 +0100 Subject: [PATCH] Update mptcpd --- mptcpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mptcpd/Makefile b/mptcpd/Makefile index 36c3af633..b33a6bd80 100644 --- a/mptcpd/Makefile +++ b/mptcpd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2020-2023 Ycarus (Yannick Chabanois) for OpenMPTCProuter project +# Copyright (C) 2020-2024 Ycarus (Yannick Chabanois) for OpenMPTCProuter project # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,8 +10,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mptcpd PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/multipath-tcp/mptcpd.git -PKG_SOURCE_VERSION:=863e83f255f55dfd0ba9325d816bd99f6d9da0c2 -PKG_VERSION:=0.12-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=d186d935fa21ef95fb1784abaeca6d0803978351 +PKG_VERSION:=0.13-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_MAINTAINER:=Ycarus (Yannick Chabanois)