diff options
author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2014-10-26 19:45:28 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-29 23:21:54 +0100 |
commit | 43bcd336c00ebab5ff7e5d42a6fc07bf931b9140 (patch) | |
tree | 9445749c5c3b501f976fb3dfa6acbabd20a08402 | |
parent | 938056f948cc00041be64c9f0394f79d820df3bd (diff) | |
download | buildroot-43bcd336c00ebab5ff7e5d42a6fc07bf931b9140.tar.gz buildroot-43bcd336c00ebab5ff7e5d42a6fc07bf931b9140.zip |
python-configshell-fb: Bump version
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/python-configshell-fb/python-configshell-fb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-configshell-fb/python-configshell-fb.mk b/package/python-configshell-fb/python-configshell-fb.mk index 64b27feb67..76ef48d573 100644 --- a/package/python-configshell-fb/python-configshell-fb.mk +++ b/package/python-configshell-fb/python-configshell-fb.mk @@ -4,7 +4,7 @@ # ################################################################################ -PYTHON_CONFIGSHELL_FB_VERSION = v1.1.fb14 +PYTHON_CONFIGSHELL_FB_VERSION = v1.1.fb15 PYTHON_CONFIGSHELL_FB_SITE = $(call github,agrover,configshell-fb,$(PYTHON_CONFIGSHELL_FB_VERSION)) PYTHON_CONFIGSHELL_FB_LICENSE = Apache-2.0 PYTHON_CONFIGSHELL_FB_LICENSE_FILES = COPYING |