aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/ugps
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-08-17 10:13:03 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 10:13:03 +0000
commitcbc2613a5c8676c32060e72e85c59dcfd2e5cbb6 (patch)
tree5c5f35f1372e01d430e2e72a3782e48f615a1ad9 /package/utils/ugps
parent0f155a330ebb3a0b06a08b1b9a5b3b14d127d557 (diff)
downloadupstream-cbc2613a5c8676c32060e72e85c59dcfd2e5cbb6.tar.gz
upstream-cbc2613a5c8676c32060e72e85c59dcfd2e5cbb6.tar.bz2
upstream-cbc2613a5c8676c32060e72e85c59dcfd2e5cbb6.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> SVN-Revision: 46666
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+