diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-04-21 22:10:27 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-04-21 22:10:27 +0000 |
commit | d2c2e3ef3edb2841d3bb660095942202980b4497 (patch) | |
tree | f705b0e261cc57b28693c8b737cb4623c3a214cb /community | |
parent | 563c1afc36c50cd62c143587fd3adeccd2fef014 (diff) | |
download | aports-d2c2e3ef3edb2841d3bb660095942202980b4497.tar.bz2 aports-d2c2e3ef3edb2841d3bb660095942202980b4497.tar.xz |
community/ocrmypdf: upgrade to 6.1.5
Diffstat (limited to 'community')
-rw-r--r-- | community/ocrmypdf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ocrmypdf/APKBUILD b/community/ocrmypdf/APKBUILD index 00e057cb7d..45abe886ee 100644 --- a/community/ocrmypdf/APKBUILD +++ b/community/ocrmypdf/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@alpinelinux.org> # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=ocrmypdf -pkgver=6.1.4 +pkgver=6.1.5 pkgrel=0 pkgdesc="Add OCR text layer to scanned PDF files" url="https://github.com/jbarlow83/OCRmyPDF" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="817c516c8287dd3a84403ceb8b5f174e18a2c805504e29e8684bd187426fece13b8e993839683c09e496099b6b2130056fc7ea720be8e16f1748c6d9b83843bf ocrmypdf-6.1.4.tar.gz" +sha512sums="1f1b54b9283c09c0f24d6fc3d03951e8c26349ec39643a9e22faf574e03accc7ae4feb821a1116a8bd9e4c714ebfd5846618bff51bfcf443a97326ff11a73e4c ocrmypdf-6.1.5.tar.gz" |