diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-09-02 00:01:16 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-09-10 14:06:51 +0200 |
commit | 6cac59f8a360dc333828d5f37977d6fcd478f9b8 (patch) | |
tree | a02d6c2b14230accdeecb5af227daab910fec49b /package/directfb-examples/directfb-examples.mk | |
parent | 127aef0261a47f42de7c9b5ae76afad0bf4317ca (diff) | |
download | buildroot-6cac59f8a360dc333828d5f37977d6fcd478f9b8.tar.gz buildroot-6cac59f8a360dc333828d5f37977d6fcd478f9b8.zip |
directfb-examples: bump to 1.7.0
This commit bumps the directfb-examples package to use the upstream
1.7.0 version.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/directfb-examples/directfb-examples.mk')
-rw-r--r-- | package/directfb-examples/directfb-examples.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/directfb-examples/directfb-examples.mk b/package/directfb-examples/directfb-examples.mk index ac8e61c789..ee883f7477 100644 --- a/package/directfb-examples/directfb-examples.mk +++ b/package/directfb-examples/directfb-examples.mk @@ -4,7 +4,7 @@ # ################################################################################ -DIRECTFB_EXAMPLES_VERSION = 1.6.0 +DIRECTFB_EXAMPLES_VERSION = 1.7.0 DIRECTFB_EXAMPLES_SITE = http://www.directfb.org/downloads/Extras DIRECTFB_EXAMPLES_SOURCE = DirectFB-examples-$(DIRECTFB_EXAMPLES_VERSION).tar.gz DIRECTFB_EXAMPLES_LICENSE = MIT |