diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-10-11 11:54:22 +0800 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-24 00:07:39 +0200 |
commit | 945468045fe1a0b67fd67f3674f29cacfdce0c24 (patch) | |
tree | 8848f22b00cacb16c54bdde9b24353316d13e517 | |
parent | f0801fa2f3e1cbd617bacef3b442da6914caae0a (diff) | |
download | buildroot-945468045fe1a0b67fd67f3674f29cacfdce0c24.tar.gz buildroot-945468045fe1a0b67fd67f3674f29cacfdce0c24.zip |
ola: bump to version 0.8.32
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/ola/ola.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ola/ola.mk b/package/ola/ola.mk index d7ddab7dae..835ca4e504 100644 --- a/package/ola/ola.mk +++ b/package/ola/ola.mk @@ -4,7 +4,7 @@ # ################################################################################ -OLA_VERSION = 0.8.31 +OLA_VERSION = 0.8.32 OLA_SITE = https://open-lighting.googlecode.com/files OLA_LICENSE = LGPLv2.1+ (libola, libolacommon, Python bindings), GPLv2+ (libolaserver, olad, Python examples and tests) |