diff options
author | Bernd Kuhls <berndkuhls@hotmail.com> | 2014-03-29 21:56:12 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-29 23:12:10 +0100 |
commit | f9fed04c5d80df4de2a688ffc78e9fa8ae059b86 (patch) | |
tree | 8021abac5cb5d328b749c02df27917d5e676d797 | |
parent | 999151f5bc3dd6185f82e42aa2b21ecced5a97a7 (diff) | |
download | buildroot-f9fed04c5d80df4de2a688ffc78e9fa8ae059b86.tar.gz buildroot-f9fed04c5d80df4de2a688ffc78e9fa8ae059b86.zip |
xutil_util-macros: Bump version to 1.19.0
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/x11r7/xutil_util-macros/xutil_util-macros.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xutil_util-macros/xutil_util-macros.mk b/package/x11r7/xutil_util-macros/xutil_util-macros.mk index 1d73255781..1451a0698d 100644 --- a/package/x11r7/xutil_util-macros/xutil_util-macros.mk +++ b/package/x11r7/xutil_util-macros/xutil_util-macros.mk @@ -4,7 +4,7 @@ # ################################################################################ -XUTIL_UTIL_MACROS_VERSION = 1.18.0 +XUTIL_UTIL_MACROS_VERSION = 1.19.0 XUTIL_UTIL_MACROS_SOURCE = util-macros-$(XUTIL_UTIL_MACROS_VERSION).tar.bz2 XUTIL_UTIL_MACROS_SITE = http://xorg.freedesktop.org/releases/individual/util XUTIL_UTIL_MACROS_LICENSE = MIT |