diff --git a/.travis.yml b/.travis.yml index 6a035b250d..8fe92f17c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ language: cpp dist: trusty env: - - LEPT_VER=1.74.1 + - LEPT_VER=1.74.2 notifications: email: false diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4dd68d4a44..3fc88de56f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -30,5 +30,5 @@ parts: - libcairo2-dev after: [leptonica] leptonica: - source: http://www.leptonica.org/source/leptonica-1.74.1.tar.gz + source: http://www.leptonica.org/source/leptonica-1.74.2.tar.gz plugin: autotools