diff options
author | Will Wagner <will_wagner@carallon.com> | 2012-06-14 20:41:22 +0100 |
---|---|---|
committer | Jesper Baekdahl <jbb@gamblify.com> | 2013-03-20 15:10:58 +0100 |
commit | 1b600d9a76913b2cec678f4ebbdad8a254829f6f (patch) | |
tree | 13be8bbdd3f0a38e4c29ebf8da384c9c1b28b027 /package | |
parent | 2b00ce79e2bec34c111669c4bf6619d2664510f0 (diff) | |
download | buildroot-novena-1b600d9a76913b2cec678f4ebbdad8a254829f6f.tar.gz buildroot-novena-1b600d9a76913b2cec678f4ebbdad8a254829f6f.zip |
xapp_setxkbmap: bump revision to X11R7.7
Signed-off-by: Will Wagner <will_wagner@carallon.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk b/package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk index ef28f1ca0..1f1e5d3d8 100644 --- a/package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk +++ b/package/x11r7/xapp_setxkbmap/xapp_setxkbmap.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_SETXKBMAP_VERSION = 1.2.0 +XAPP_SETXKBMAP_VERSION = 1.3.0 XAPP_SETXKBMAP_SOURCE = setxkbmap-$(XAPP_SETXKBMAP_VERSION).tar.bz2 XAPP_SETXKBMAP_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_SETXKBMAP_DEPENDENCIES = xlib_libX11 xlib_libxkbfile |