Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cjdns
diff options
context:
space:
mode:
authorMichal Hrušecký <michal@hrusecky.net>2019-11-03 20:34:43 +0300
committerWilliam Fleurant <meshnet@protonmail.com>2019-11-03 20:34:43 +0300
commitf75b19d42fa43502b1f247e233016f362a8e406d (patch)
treed379221168439cfb33071eb89e869d1451c5b59b /cjdns
parent381f09346f51ad6b4037daa5fe6eee082c03446e (diff)
cjdns: Update to the latest version (#523)
Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>
Diffstat (limited to 'cjdns')
-rw-r--r--cjdns/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cjdns/Makefile b/cjdns/Makefile
index e957b55..267c4af 100644
--- a/cjdns/Makefile
+++ b/cjdns/Makefile
@@ -17,12 +17,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cjdns
-PKG_VERSION:=20.2
+PKG_VERSION:=20.4
PKG_RELEASE:=1
PKG_SOURCE_URL:=https://github.com/cjdelisle/cjdns.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=77259a49e5bc7ca7bc6dca5bd423e02be563bdc5
+PKG_SOURCE_VERSION:=45cdd8b3eebb18b6239feeef3b787e40d773edfb
PKG_LICENSE:=GPL-3.0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)