diff options
author | Martin Kepplinger <martin.kepplinger@ginzinger.com> | 2017-03-21 17:52:39 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-21 23:09:29 +0100 |
commit | 00c21338655e29b10fa6e59d5abe389abaa4271d (patch) | |
tree | a9999e08eab59fd0982fc8fe54b2963a44dde732 /package/tslib/tslib.mk | |
parent | 06e97ae8f8812a4b3f8f430480752bcb79cc8065 (diff) | |
download | buildroot-00c21338655e29b10fa6e59d5abe389abaa4271d.tar.gz buildroot-00c21338655e29b10fa6e59d5abe389abaa4271d.zip |
tslib: update to 1.8
For those who are interested, the release notes:
https://github.com/kergoth/tslib/releases
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 e19c8d2ab2..f3e0d94abc 100644 --- a/package/tslib/tslib.mk +++ b/package/tslib/tslib.mk @@ -4,7 +4,7 @@ # ################################################################################ -TSLIB_VERSION = 1.7 +TSLIB_VERSION = 1.8 TSLIB_SITE = https://github.com/kergoth/tslib/releases/download/$(TSLIB_VERSION) TSLIB_SOURCE = tslib-$(TSLIB_VERSION).tar.xz TSLIB_LICENSE = GPL, LGPL |