aboutsummaryrefslogtreecommitdiff
path: root/utils/rtklib
diff options
context:
space:
mode:
authorNuno Goncalves <nunojpg@gmail.com>2015-08-23 14:29:46 +0100
committerNuno Goncalves <nunojpg@gmail.com>2015-08-23 14:30:07 +0100
commit3b42924eb3c6a54b27aef94e6929bba43527b5c1 (patch)
treeaf89a9f5c897a0cb1624536073f09d3c058f1b9c /utils/rtklib
parente4d0655f782b56717debdf99bb464fd7f60009b9 (diff)
rtklib: bump version to 2.4.2 p11, close #1624
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Diffstat (limited to 'utils/rtklib')
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/rtklib/Makefile b/utils/rtklib/Makefile
index 224e851bd..a48b15b62 100644
--- a/utils/rtklib/Makefile
+++ b/utils/rtklib/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2014 OpenWrt.org
+# Copyright (C) 2014-2015 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_p9
+PKG_VERSION:=2.4.2_p11
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=git://github.com/tomojitakasu/RTKLIB.git
-PKG_SOURCE_VERSION:=5592bb575ceb27f2ce0f0f5a84eda38497006c15
+PKG_SOURCE_URL:=git://github.com/nunojpg/RTKLIB.git
+PKG_SOURCE_VERSION:=df578f4d6708ae0b648c254d168882285d0053cc
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_LICENSE:=BSD-2-Clause