diff options
author | Bernd Kuhls <berndkuhls@hotmail.com> | 2014-03-29 22:43:27 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-29 23:17:10 +0100 |
commit | 6097f291b6903399eca33f04860da7b11c9e9b32 (patch) | |
tree | a51644ee99c9f991ed685ab750d7915766c18d44 | |
parent | bac5f2f69259d20b5a21996cb70ad7c958a4eaca (diff) | |
download | buildroot-6097f291b6903399eca33f04860da7b11c9e9b32.tar.gz buildroot-6097f291b6903399eca33f04860da7b11c9e9b32.zip |
xapp_xhost: Bump version to 1.0.6
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/x11r7/xapp_xhost/xapp_xhost.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xhost/xapp_xhost.mk b/package/x11r7/xapp_xhost/xapp_xhost.mk index b81e1b9b03..d1031332c2 100644 --- a/package/x11r7/xapp_xhost/xapp_xhost.mk +++ b/package/x11r7/xapp_xhost/xapp_xhost.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_XHOST_VERSION = 1.0.5 +XAPP_XHOST_VERSION = 1.0.6 XAPP_XHOST_SOURCE = xhost-$(XAPP_XHOST_VERSION).tar.bz2 XAPP_XHOST_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XHOST_LICENSE = MIT |