From bc9117a3f34188494530e177de4080ed4fb33624 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 27 Mar 2020 10:26:45 +0100 Subject: [PATCH] Update glorytun-udp --- glorytun-udp/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/glorytun-udp/Makefile b/glorytun-udp/Makefile index 245d1f880..00fd33de3 100644 --- a/glorytun-udp/Makefile +++ b/glorytun-udp/Makefile @@ -1,6 +1,6 @@ # # Copyright (C) 2015 OVH -# Copyright (C) 2018-2019 Ycarus (Yannick Chabanois) for OpenMPTCProuter project +# Copyright (C) 2018-2020 Ycarus (Yannick Chabanois) for OpenMPTCProuter project # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,10 +10,9 @@ include $(TOPDIR)/rules.mk PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/angt/glorytun.git -#PKG_SOURCE_VERSION:=b9aaab661fb879e891d34a91b5d2e78088fd9d9d -PKG_SOURCE_VERSION:=42faaf816f8037d1fc2a5ef5fcf94e6681d613c0 +PKG_SOURCE_VERSION:=c113724eb0370ecd80d038192deeeb82a13ebed3 PKG_NAME:=glorytun-udp -PKG_VERSION:=0.2.2-$(PKG_SOURCE_VERSION) +PKG_VERSION:=0.3.4-$(PKG_SOURCE_VERSION) PKG_RELEASE:=23 PKG_FIXUP:=autoreconf