diff options
author | Bernd Kuhls <berndkuhls@hotmail.com> | 2014-03-29 22:43:46 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-29 23:19:31 +0100 |
commit | 63d2ff5c9df611bc9ac587e4433b913d206e5bf6 (patch) | |
tree | cee20c73ecda86d95dc8c48e2b0464701c042124 | |
parent | 27fe69b4994f525debd1240c5a6ce3f84394a3f2 (diff) | |
download | buildroot-63d2ff5c9df611bc9ac587e4433b913d206e5bf6.tar.gz buildroot-63d2ff5c9df611bc9ac587e4433b913d206e5bf6.zip |
xapp_xsetroot: Bump version to 1.1.1
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_xsetroot/xapp_xsetroot.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xsetroot/xapp_xsetroot.mk b/package/x11r7/xapp_xsetroot/xapp_xsetroot.mk index 0f2312837a..9000867c84 100644 --- a/package/x11r7/xapp_xsetroot/xapp_xsetroot.mk +++ b/package/x11r7/xapp_xsetroot/xapp_xsetroot.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_XSETROOT_VERSION = 1.1.0 +XAPP_XSETROOT_VERSION = 1.1.1 XAPP_XSETROOT_SOURCE = xsetroot-$(XAPP_XSETROOT_VERSION).tar.bz2 XAPP_XSETROOT_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XSETROOT_LICENSE = MIT |