Browse Source

rtklib: bump version to 2.4.2 p11, close #1624

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Nuno Goncalves 9 years ago
parent
commit
3b42924eb3
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      utils/rtklib/Makefile

+ 4
- 4
utils/rtklib/Makefile View File

@@ -1,5 +1,5 @@
1 1
 # 
2
-# Copyright (C) 2014 OpenWrt.org
2
+# Copyright (C) 2014-2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -7,12 +7,12 @@
7 7
 include $(TOPDIR)/rules.mk
8 8
 
9 9
 PKG_NAME:=rtklib
10
-PKG_VERSION:=2.4.2_p9
10
+PKG_VERSION:=2.4.2_p11
11 11
 PKG_RELEASE:=$(PKG_SOURCE_VERSION)
12 12
 
13 13
 PKG_SOURCE_PROTO:=git
14
-PKG_SOURCE_URL:=git://github.com/tomojitakasu/RTKLIB.git
15
-PKG_SOURCE_VERSION:=5592bb575ceb27f2ce0f0f5a84eda38497006c15
14
+PKG_SOURCE_URL:=git://github.com/nunojpg/RTKLIB.git
15
+PKG_SOURCE_VERSION:=df578f4d6708ae0b648c254d168882285d0053cc
16 16
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
17 17
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
18 18
 PKG_LICENSE:=BSD-2-Clause