rtklib: fix repository and bump version (fixes #3212)
authorNuno Goncalves <nunojpg@gmail.com>
Fri, 23 Sep 2016 11:29:23 +0000 (13:29 +0200)
committerNuno Goncalves <nunojpg@gmail.com>
Fri, 23 Sep 2016 11:29:23 +0000 (13:29 +0200)
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
utils/rtklib/Makefile

index a48b15b628fba89fda458503d6529b8ab3c6b8e8..9d7ed6db8726a550de10aadd90a429d17cca8d98 100644 (file)
@@ -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