ugps: update to latest git HEAD
authorJohn Crispin <blogic@openwrt.org>
Mon, 17 Aug 2015 13:19:01 +0000 (13:19 +0000)
committerJohn Crispin <blogic@openwrt.org>
Mon, 17 Aug 2015 13:19:01 +0000 (13:19 +0000)
fixes 2 bugs
* typo
* use %04d rather than %d when printing the position

Signed-off-by: John Crispin <blogic@openwrt.org>
Backport of r46666

git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46675 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/utils/ugps/Makefile

index b724f61..1c8ac6f 100644 (file)
@@ -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+