diff options
author | Florian Fainelli <florian@openwrt.org> | 2015-03-27 19:43:59 -0700 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2015-03-28 11:51:45 -0700 |
commit | 80a613afd0f64f4ef33b42bde20cd6e323b6886c (patch) | |
tree | 6ae813ed6061ca9a0d6f91a8946061c133959179 /utils/open-plc-utils | |
parent | 44b1b33280deaf3329876b29808d10fafa6d92da (diff) |
open-plc-utils: bump to 2015-02-23
Update to commit 1f6e7e372b313cf570aa63314037588ed01ec0de ("Add QPSI
recommended wording for mac2pw and mac2pwd.")
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Diffstat (limited to 'utils/open-plc-utils')
-rw-r--r-- | utils/open-plc-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/open-plc-utils/Makefile b/utils/open-plc-utils/Makefile index c7e19f18b..1c8ef9d51 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:=2013-01-29 +PKG_VERSION:=2015-02-23 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:=6beeb6fe6ce2b16b14284c26e1b9220b68044591 +PKG_SOURCE_VERSION:=1f6e7e372b313cf570aa63314037588ed01ec0de PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Florian Fainelli <florian@openwrt.org> |