From 157d4734aafe7d27b569458fcb952028e09e6416 Mon Sep 17 00:00:00 2001 From: dvlemplgk Date: Mon, 6 Jul 2015 12:13:13 +0200 Subject: [PATCH] open-plc-utils: Remove excessive dot in PKG_SOURCE_VERSION definition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Kelleter --- utils/open-plc-utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/open-plc-utils/Makefile b/utils/open-plc-utils/Makefile index 5262d3293..74a9f995f 100644 --- a/utils/open-plc-utils/Makefile +++ b/utils/open-plc-utils/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=open-plc-utils -PKG_VERSION:=2015-07-01 +PKG_VERSION:=2015-07-06 PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/qca/open-plc-utils.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=885a1b7e2e663b5ab8797db6d40a0318131fdf18. +PKG_SOURCE_VERSION:=885a1b7e2e663b5ab8797db6d40a0318131fdf18 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Florian Fainelli