diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-18 16:29:32 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-18 18:40:17 +0200 |
commit | 0687ccac6c0264c75b1a3b02c68847f9f3e59284 (patch) | |
tree | 8a4b1eb645da93a586d2d3943cd9ee20f62545f6 | |
parent | 6877eeb0de2ce00764bc9115344e9e074e6366ea (diff) | |
download | buildroot-0687ccac6c0264c75b1a3b02c68847f9f3e59284.tar.gz buildroot-0687ccac6c0264c75b1a3b02c68847f9f3e59284.zip |
package/x11r7/xapp_xf86dga: bump version to 1.0.3, 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_xf86dga/xapp_xf86dga.hash | 2 | ||||
-rw-r--r-- | package/x11r7/xapp_xf86dga/xapp_xf86dga.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xf86dga/xapp_xf86dga.hash b/package/x11r7/xapp_xf86dga/xapp_xf86dga.hash new file mode 100644 index 0000000000..b0c803e9ce --- /dev/null +++ b/package/x11r7/xapp_xf86dga/xapp_xf86dga.hash @@ -0,0 +1,2 @@ +# From http://lists.x.org/archives/xorg-announce/2010-October/001515.html +sha1 030659e3728f5f7142e1cf727f147aceeabe4b9e xf86dga-1.0.3.tar.bz2 diff --git a/package/x11r7/xapp_xf86dga/xapp_xf86dga.mk b/package/x11r7/xapp_xf86dga/xapp_xf86dga.mk index 07b6ac9d5b..a2e08dae3f 100644 --- a/package/x11r7/xapp_xf86dga/xapp_xf86dga.mk +++ b/package/x11r7/xapp_xf86dga/xapp_xf86dga.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_XF86DGA_VERSION = 1.0.2 +XAPP_XF86DGA_VERSION = 1.0.3 XAPP_XF86DGA_SOURCE = xf86dga-$(XAPP_XF86DGA_VERSION).tar.bz2 XAPP_XF86DGA_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XF86DGA_LICENSE = MIT |