From: Martin Kepplinger Date: Tue, 6 Jun 2017 12:50:09 +0000 (+0200) Subject: package/tslib: bump version to 1.11 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56e2e318c7cf6268d7c486cdf47c341aae2765d7;p=buildroot.git package/tslib: bump version to 1.11 Release notes for the curious: https://github.com/kergoth/tslib/blob/master/NEWS Signed-off-by: Martin Kepplinger Signed-off-by: Peter Korsgaard --- diff --git a/package/tslib/tslib.hash b/package/tslib/tslib.hash index 1eeafd0db7..87d72acc0d 100644 --- a/package/tslib/tslib.hash +++ b/package/tslib/tslib.hash @@ -1,2 +1,2 @@ -# https://github.com/kergoth/tslib/releases/download/1.10/tslib-1.10.tar.xz.sha256 -sha256 26ce1df4647dc8d16f6247062f30a8a03c34165dd19e042d0b2df8860da265b2 tslib-1.10.tar.xz +# https://github.com/kergoth/tslib/releases/download/1.11/tslib-1.11.tar.xz.sha256 +sha256 90d22b2f1b6dc9899d9491bc0480dfdcb2b55ff6e620ebb999d607aa5389af06 tslib-1.11.tar.xz diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk index 9d7b926f22..87eb5b734f 100644 --- a/package/tslib/tslib.mk +++ b/package/tslib/tslib.mk @@ -4,7 +4,7 @@ # ################################################################################ -TSLIB_VERSION = 1.10 +TSLIB_VERSION = 1.11 TSLIB_SITE = https://github.com/kergoth/tslib/releases/download/$(TSLIB_VERSION) TSLIB_SOURCE = tslib-$(TSLIB_VERSION).tar.xz TSLIB_LICENSE = GPL, LGPL