diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-18 14:40:29 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-18 18:27:22 +0200 |
commit | 9c288fb178fcae8c058efbf195500e7cc28e19cc (patch) | |
tree | 98ae488c393566ddbc970e23ecd3d058f5ac606f | |
parent | df88859646c0a34a1e99ad79a115217393073efb (diff) | |
download | buildroot-9c288fb178fcae8c058efbf195500e7cc28e19cc.tar.gz buildroot-9c288fb178fcae8c058efbf195500e7cc28e19cc.zip |
package/x11r7/xapp_xev: bump version to 1.2.2, add hash
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_xev/xapp_xev.hash | 2 | ||||
-rw-r--r-- | package/x11r7/xapp_xev/xapp_xev.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xev/xapp_xev.hash b/package/x11r7/xapp_xev/xapp_xev.hash new file mode 100644 index 0000000000..4008ebafae --- /dev/null +++ b/package/x11r7/xapp_xev/xapp_xev.hash @@ -0,0 +1,2 @@ +# From http://lists.x.org/archives/xorg-announce/2015-April/002572.html +sha256 d94ae62a6c1af56c2961d71f5782076ac4116f0fa4e401420ac7e0db33dc314f xev-1.2.2.tar.bz2 diff --git a/package/x11r7/xapp_xev/xapp_xev.mk b/package/x11r7/xapp_xev/xapp_xev.mk index f8460a72d5..2a798db555 100644 --- a/package/x11r7/xapp_xev/xapp_xev.mk +++ b/package/x11r7/xapp_xev/xapp_xev.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_XEV_VERSION = 1.2.1 +XAPP_XEV_VERSION = 1.2.2 XAPP_XEV_SOURCE = xev-$(XAPP_XEV_VERSION).tar.bz2 XAPP_XEV_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XEV_LICENSE = MIT |