diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-03-15 12:19:22 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-15 14:21:36 +0100 |
commit | eb7ee8a8ed4938fcfffc6e8d098dcd09ab68da7c (patch) | |
tree | 9dd0c7b5133fe6c60a439db05ac0486a17c5f581 | |
parent | c51ccfb4ecdcca77f84e27305b8bec8a13acec0d (diff) | |
download | buildroot-eb7ee8a8ed4938fcfffc6e8d098dcd09ab68da7c.tar.gz buildroot-eb7ee8a8ed4938fcfffc6e8d098dcd09ab68da7c.zip |
package/x11r7/xproto_randrproto: bump version to 1.4.1, 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/xproto_randrproto/xproto_randrproto.hash | 3 | ||||
-rw-r--r-- | package/x11r7/xproto_randrproto/xproto_randrproto.mk | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/package/x11r7/xproto_randrproto/xproto_randrproto.hash b/package/x11r7/xproto_randrproto/xproto_randrproto.hash new file mode 100644 index 0000000000..8b17d6e305 --- /dev/null +++ b/package/x11r7/xproto_randrproto/xproto_randrproto.hash @@ -0,0 +1,3 @@ +# From http://lists.x.org/archives/xorg-announce/2015-March/002547.html +sha1 7cd1daf5c56336079303d675b5a6788c90204016 randrproto-1.4.1.tar.bz2 +sha256 543dcb2ebb0622d8a506dcef6470c6dd066f3e3f866552a5060b91ab6129e1dc randrproto-1.4.1.tar.bz2 diff --git a/package/x11r7/xproto_randrproto/xproto_randrproto.mk b/package/x11r7/xproto_randrproto/xproto_randrproto.mk index a8fb232cf1..b94d084ea3 100644 --- a/package/x11r7/xproto_randrproto/xproto_randrproto.mk +++ b/package/x11r7/xproto_randrproto/xproto_randrproto.mk @@ -4,7 +4,7 @@ # ################################################################################ -XPROTO_RANDRPROTO_VERSION = 1.4.0 +XPROTO_RANDRPROTO_VERSION = 1.4.1 XPROTO_RANDRPROTO_SOURCE = randrproto-$(XPROTO_RANDRPROTO_VERSION).tar.bz2 XPROTO_RANDRPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto XPROTO_RANDRPROTO_LICENSE = MIT |