aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/ugps
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-08-17 10:13:03 +0000
committerJohn Crispin <blogic@openwrt.org>2015-08-17 10:13:03 +0000
commit88467c3a94e966ac7fbbeb68bad13626ba99e1a0 (patch)
tree5aacdc43291f02c61f9c76dd80fd5e099d09a93f /package/utils/ugps
parentac9ed3f918b7d01f229bf2253d23888fa23bf284 (diff)
downloadmaster-187ad058-88467c3a94e966ac7fbbeb68bad13626ba99e1a0.tar.gz
master-187ad058-88467c3a94e966ac7fbbeb68bad13626ba99e1a0.tar.bz2
master-187ad058-88467c3a94e966ac7fbbeb68bad13626ba99e1a0.zip
ugps: update to latest git HEAD
fixes 2 bugs * typo * use %04d rather than %d when printing the position Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46666 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils/ugps')
-rw-r--r--package/utils/ugps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/ugps/Makefile b/package/utils/ugps/Makefile
index b724f6189d..1c8ac6fa06 100644
--- a/package/utils/ugps/Makefile
+++ b/package/utils/ugps/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ugps
-PKG_VERSION:=2014-08-01
+PKG_VERSION:=2015-08-17
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=git://git.openwrt.org/project/ugps.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=1c31c99edd9de9dcb403750b04041eccc751ac5e
+PKG_SOURCE_VERSION:=971e6703eb9bed936cc62cd335105bd2acca14ef
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
PKG_LICENSE:=GPL-2.0+