diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-07-15 20:11:41 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-18 12:23:19 +0200 |
commit | 81e4955f5b5769d94d699af1dba1b5b1bd16556d (patch) | |
tree | fba7f00d0f979ef1e077b97d28e74dfd45504368 | |
parent | 5a22391227f9ff924c7d5107705c49206ca0ff5d (diff) | |
download | buildroot-81e4955f5b5769d94d699af1dba1b5b1bd16556d.tar.gz buildroot-81e4955f5b5769d94d699af1dba1b5b1bd16556d.zip |
package/x11r7/xkeyboard-config: bump version to 2.15
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/xkeyboard-config/xkeyboard-config.hash | 4 | ||||
-rw-r--r-- | package/x11r7/xkeyboard-config/xkeyboard-config.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.hash b/package/x11r7/xkeyboard-config/xkeyboard-config.hash index 68213a631a..c9bdca2987 100644 --- a/package/x11r7/xkeyboard-config/xkeyboard-config.hash +++ b/package/x11r7/xkeyboard-config/xkeyboard-config.hash @@ -1,2 +1,2 @@ -# From http://lists.x.org/archives/xorg-announce/2015-January/002527.html -sha256 dc91458a214c56a35727f9e523fc647615de64137057ca6ee4d4d4474a4bb2ae xkeyboard-config-2.14.tar.bz2 +# From http://lists.x.org/archives/xorg-announce/2015-May/002609.html +sha256 0e443cf7ca2f0b40846472c029647a05933fc705d611e1478c4db8a48a6f38bf xkeyboard-config-2.15.tar.bz2 diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.mk b/package/x11r7/xkeyboard-config/xkeyboard-config.mk index 96a769e316..f88686b5d0 100644 --- a/package/x11r7/xkeyboard-config/xkeyboard-config.mk +++ b/package/x11r7/xkeyboard-config/xkeyboard-config.mk @@ -4,7 +4,7 @@ # ################################################################################ -XKEYBOARD_CONFIG_VERSION = 2.14 +XKEYBOARD_CONFIG_VERSION = 2.15 XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2 XKEYBOARD_CONFIG_SITE = http://www.x.org/releases/individual/data/xkeyboard-config XKEYBOARD_CONFIG_LICENSE = MIT |