diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-18 14:40:35 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-18 18:29:45 +0200 |
commit | c0d8c54fb3636b3652f0362911f5a31de9eb55b8 (patch) | |
tree | eac309de83b5625475609f34ac2e1f2441ea7e1e | |
parent | 5456ed370579e4758122d0d1acbcfb29a2bb2754 (diff) | |
download | buildroot-c0d8c54fb3636b3652f0362911f5a31de9eb55b8.tar.gz buildroot-c0d8c54fb3636b3652f0362911f5a31de9eb55b8.zip |
package/x11r7/xapp_xlsatoms: bump version to 1.1.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_xlsatoms/xapp_xlsatoms.hash | 2 | ||||
-rw-r--r-- | package/x11r7/xapp_xlsatoms/xapp_xlsatoms.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xlsatoms/xapp_xlsatoms.hash b/package/x11r7/xapp_xlsatoms/xapp_xlsatoms.hash new file mode 100644 index 0000000000..58d0737b9d --- /dev/null +++ b/package/x11r7/xapp_xlsatoms/xapp_xlsatoms.hash @@ -0,0 +1,2 @@ +# From http://lists.x.org/archives/xorg-announce/2015-April/002579.html +sha256 47e5dc7c3dbda6db2cf8c00cedac1722835c1550aa21cfdbc9ba83906694dea4 xlsatoms-1.1.2.tar.bz2 diff --git a/package/x11r7/xapp_xlsatoms/xapp_xlsatoms.mk b/package/x11r7/xapp_xlsatoms/xapp_xlsatoms.mk index 13c93d5cc4..d6d9338013 100644 --- a/package/x11r7/xapp_xlsatoms/xapp_xlsatoms.mk +++ b/package/x11r7/xapp_xlsatoms/xapp_xlsatoms.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_XLSATOMS_VERSION = 1.1.1 +XAPP_XLSATOMS_VERSION = 1.1.2 XAPP_XLSATOMS_SOURCE = xlsatoms-$(XAPP_XLSATOMS_VERSION).tar.bz2 XAPP_XLSATOMS_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XLSATOMS_LICENSE = MIT |