From 9719ae860cf7585c15ddc1d0bed78bf68e7aae71 Mon Sep 17 00:00:00 2001 From: hauke Date: Fri, 21 Feb 2014 22:12:33 +0000 Subject: [PATCH] gpsd: update to 3.10 From: Dave Taht git-svn-id: svn://svn.openwrt.org/openwrt/packages@39665 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/gpsd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/gpsd/Makefile b/net/gpsd/Makefile index ca4983ad6..9195b2515 100644 --- a/net/gpsd/Makefile +++ b/net/gpsd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gpsd -PKG_VERSION:=3.7 +PKG_VERSION:=3.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://download-mirror.savannah.gnu.org/releases/gpsd -PKG_MD5SUM:=52d9785eaf1a51298bb8900dbde88f98 +PKG_SOURCE_URL:=http://download-mirror.savannah.gnu.org/releases/gpsd/ +PKG_MD5SUM:=fc5b03aae38b9b5b6880b31924d0ace3 PKG_BUILD_DEPENDS:=libncurses libusb-1.0