diff options
author | Gilles Talis <gilles.talis@gmail.com> | 2018-09-29 17:09:00 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-09-30 10:34:30 +0200 |
commit | 1fa0c70a1ca5c6f66af455f08ce626dc1a0cb5c7 (patch) | |
tree | dec0f8f5c8a132a1eb792b83c43e9a5a128bdda4 | |
parent | d3d66a308fa1424dd0837868da42674bd859b1dc (diff) | |
download | buildroot-1fa0c70a1ca5c6f66af455f08ce626dc1a0cb5c7.tar.gz buildroot-1fa0c70a1ca5c6f66af455f08ce626dc1a0cb5c7.zip |
leptonica: bump to version 1.76.0
Also added license hash
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/leptonica/leptonica.hash | 3 | ||||
-rw-r--r-- | package/leptonica/leptonica.mk | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/package/leptonica/leptonica.hash b/package/leptonica/leptonica.hash index f67f2b88fd..54fe8785dc 100644 --- a/package/leptonica/leptonica.hash +++ b/package/leptonica/leptonica.hash @@ -1,2 +1,3 @@ # locally computed hash -sha256 29c35426a416bf454413c6fec24c24a0b633e26144a17e98351b6dffaa4a833b leptonica-1.74.4.tar.gz +sha256 5e9a33b7ce33ab39fb03cee5a7ec353b044670176303265d7c64d51539616857 leptonica-1.76.0.tar.gz +sha256 ca0ac11c7c0acad9599d54990942cc11c9f6d9b569f1a360d774a628819c3518 leptonica-license.txt diff --git a/package/leptonica/leptonica.mk b/package/leptonica/leptonica.mk index 6a958a3564..5e37f939b9 100644 --- a/package/leptonica/leptonica.mk +++ b/package/leptonica/leptonica.mk @@ -4,7 +4,7 @@ # ################################################################################ -LEPTONICA_VERSION = 1.74.4 +LEPTONICA_VERSION = 1.76.0 LEPTONICA_SITE = http://www.leptonica.org/source LEPTONICA_LICENSE = BSD-2-Clause LEPTONICA_LICENSE_FILES = leptonica-license.txt |