Skip to content

Commit

Permalink
Merge pull request #979 from stweil/update
Browse files Browse the repository at this point in the history
Update from Leptonica 1.74.1 to 1.74.2
  • Loading branch information
egorpugin authored Jun 5, 2017
2 parents 1e5522d + a2404ae commit 22bcf4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: cpp
dist: trusty

env:
- LEPT_VER=1.74.1
- LEPT_VER=1.74.2

notifications:
email: false
Expand Down Expand Up @@ -45,8 +45,8 @@ before_install:
install:
#- if [[ $LINUX && "$CXX" = "g++" ]]; then export CXX="g++-6" CC="gcc-6"; fi
- if test ! -d leptonica-$LEPT_VER/src; then curl -Ls https://github.com/DanBloomberg/leptonica/archive/$LEPT_VER.tar.gz | tar -xz; fi
- if test ! -d leptonica-$LEPT_VER/build/src; then cmake -Hleptonica-$LEPT_VER -Bleptonica-$LEPT_VER/build; fi
- if test ! -e leptonica-$LEPT_VER/build/src/libleptonica.so; then make -C leptonica-$LEPT_VER/build; fi
- if test ! -d leptonica-$LEPT_VER/usr; then cmake -Hleptonica-$LEPT_VER -Bleptonica-$LEPT_VER/build -DCMAKE_INSTALL_PREFIX=leptonica-$LEPT_VER/usr; fi
- if test ! -e leptonica-$LEPT_VER/usr/lib/libleptonica.so; then make -C leptonica-$LEPT_VER/build install; fi

script:
- mkdir build
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 22bcf4d

Please sign in to comment.