Browse Source

open-plc-utils: bump to 2015-02-23

Update to commit 1f6e7e372b ("Add QPSI
recommended wording for mac2pw and mac2pwd.")

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Florian Fainelli 9 years ago
parent
commit
80a613afd0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      utils/open-plc-utils/Makefile

+ 2
- 2
utils/open-plc-utils/Makefile View File

@@ -8,13 +8,13 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=open-plc-utils
11
-PKG_VERSION:=2013-01-29
11
+PKG_VERSION:=2015-02-23
12 12
 PKG_RELEASE:=$(PKG_SOURCE_VERSION)
13 13
 
14 14
 PKG_SOURCE_PROTO:=git
15 15
 PKG_SOURCE_URL:=git://github.com/qca/open-plc-utils.git
16 16
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
17
-PKG_SOURCE_VERSION:=6beeb6fe6ce2b16b14284c26e1b9220b68044591
17
+PKG_SOURCE_VERSION:=1f6e7e372b313cf570aa63314037588ed01ec0de
18 18
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
19 19
 
20 20
 PKG_MAINTAINER:=Florian Fainelli <florian@openwrt.org>