aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-03-11 16:25:04 +0200
committerGitHub <noreply@github.com>2017-03-11 16:25:04 +0200
commitf4cfd962158557a9c934219cd03be6644c879407 (patch)
treea5b0e2277537ff753d62c38107fbabddb99eab45
parentbc4eafb5adad3823e468a63afcd997b6b7ba1eed (diff)
parentabbea73a289238c5130e64baf3a46aeaa768f069 (diff)
Merge pull request #4136 from danrl/jool
jool: update to upstream version 3.5.3
-rw-r--r--net/jool/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/jool/Makefile b/net/jool/Makefile
index aa0e1b977..6db516145 100644
--- a/net/jool/Makefile
+++ b/net/jool/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2016 Dan Luedtke <mail@danrl.com>
+# Copyright (C) 2016-2017 Dan Luedtke <mail@danrl.com>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=jool
-PKG_VERSION:=2016.12.17
+PKG_VERSION:=2017.03.09
PKG_RELEASE:=1
PKG_LICENSE:=GPL-3.0
@@ -15,7 +15,7 @@ PKG_LICENSE_FILES:=COPYING
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/NICMx/Jool.git
-PKG_SOURCE_VERSION:=66a791c90751d7941b08c142babe1deec73d0996
+PKG_SOURCE_VERSION:=997a81bb5f5e9d82aa122fd37b7c890e44a245dd
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.xz