summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNuno Goncalves2016-09-23 11:29:23 +0000
committerNuno Goncalves2017-11-12 08:38:00 +0000
commitb4b69ca9c59c32af62e8ea8d61dd0fb2f8a38fd0 (patch)
tree76268707c09acbf0af4cfe5dc928dc9febbd8d16
parent2930345a7bf1befad2c7e56eaccf205c6d0c8558 (diff)
downloadpackages-b4b69ca9c59c32af62e8ea8d61dd0fb2f8a38fd0.tar.gz
rtklib: fix repository and bump version (fixes #3212)
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
-rw-r--r--utils/rtklib/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/rtklib/Makefile b/utils/rtklib/Makefile
index a48b15b628..9d7ed6db87 100644
--- a/utils/rtklib/Makefile
+++ b/utils/rtklib/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2014-2015 OpenWrt.org
+# Copyright (C) 2014-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rtklib
-PKG_VERSION:=2.4.2_p11
+PKG_VERSION:=2.4.3_b24
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=git://github.com/nunojpg/RTKLIB.git
-PKG_SOURCE_VERSION:=df578f4d6708ae0b648c254d168882285d0053cc
+PKG_SOURCE_URL:=git://github.com/tomojitakasu/RTKLIB.git
+PKG_SOURCE_VERSION:=1cec90a9ffa424908ad1a4ca3d52f33f9b94d1f7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_LICENSE:=BSD-2-Clause