[openwrt/openwrt] ugps: update to git HEAD

LEDE Commits lede-commits at lists.infradead.org
Tue Jun 15 04:18:20 PDT 2021


dangole pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/25c75424e7b51a60dd7a06336257232173619e2c

commit 25c75424e7b51a60dd7a06336257232173619e2c
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Jun 7 23:13:18 2021 +0100

    ugps: update to git HEAD
    
     86ee86e nmea: parse $GPZDA sentences for date/time
     8e12414 nmea: parse $GPGLL sentences for position
     5e88403 ubus: display only available information
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
    (cherry picked from commit 3a8b75b56927d679dbf1a86827ceffef35207281)
---
 package/utils/ugps/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/utils/ugps/Makefile b/package/utils/ugps/Makefile
index 4ce64d9631..c70a7b7ea6 100644
--- a/package/utils/ugps/Makefile
+++ b/package/utils/ugps/Makefile
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ugps
-PKG_RELEASE:=1
+PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/ugps.git
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2020-08-29
-PKG_SOURCE_VERSION:=511a5b3c84fa715ef0305cf26c98619c12a4867a
-PKG_MIRROR_HASH:=551d57b4c18da4c4695fa2f7a959c25a03be35d14cf872785e7db740f12366e2
+PKG_SOURCE_DATE:=2021-06-08
+PKG_SOURCE_VERSION:=5e88403fc0d39ae8a270d2c6c6e9c8a4d5232cf3
+PKG_MIRROR_HASH:=a3dfc2cc6def3b634d8b7cda9139926be3d876cf2faa5251c4821987954442a5
 
 PKG_MAINTAINER:=John Crispin <john at phrozen.org>
 PKG_LICENSE:=GPL-2.0+



More information about the lede-commits mailing list