diff options
author | Martin Kepplinger <martin.kepplinger@ginzinger.com> | 2017-03-03 08:43:54 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-03 21:50:54 +0100 |
commit | 5ad80a12433fdf72f14c8fe489aba1761a4c08a0 (patch) | |
tree | 3319bc40ed5d800eee21955caab9c60dd8e4fa7f /package/tslib/tslib.mk | |
parent | 9e774b398b77c5a1e978824956916a3c336d6417 (diff) | |
download | buildroot-5ad80a12433fdf72f14c8fe489aba1761a4c08a0.tar.gz buildroot-5ad80a12433fdf72f14c8fe489aba1761a4c08a0.zip |
tslib: bump to version 1.6
Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tslib/tslib.mk')
-rw-r--r-- | package/tslib/tslib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk index 08b1d26ac2..0940d0de25 100644 --- a/package/tslib/tslib.mk +++ b/package/tslib/tslib.mk @@ -4,7 +4,7 @@ # ################################################################################ -TSLIB_VERSION = 1.5 +TSLIB_VERSION = 1.6 TSLIB_SITE = https://github.com/kergoth/tslib/releases/download/$(TSLIB_VERSION) TSLIB_SOURCE = tslib-$(TSLIB_VERSION).tar.xz TSLIB_LICENSE = GPL, LGPL |