diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-05-29 04:52:32 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-29 11:08:14 +0000 |
commit | 961b580ebea4eca851fb38dfa310dadbd169729c (patch) | |
tree | a0ecdf3fe12f45eee76a0ec6126e11d736617ffe | |
parent | e4e59bc50fc083f6af8319a122434c87bcff5e53 (diff) | |
download | aports-961b580ebea4eca851fb38dfa310dadbd169729c.tar.gz aports-961b580ebea4eca851fb38dfa310dadbd169729c.tar.bz2 aports-961b580ebea4eca851fb38dfa310dadbd169729c.tar.xz |
community/ocrmypdf: upgrade to 9.8.1
-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 05406af3950..54d9b9c75f5 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=9.8.0 +pkgver=9.8.1 pkgrel=0 pkgdesc="Add OCR text layer to scanned PDF files" url="https://github.com/jbarlow83/OCRmyPDF" @@ -43,4 +43,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="3dd0408b4b879f4b741dcfb12947e79e9da4d5abdd02b4ecde5f061a3e62e443616ce38aee04c7b13724117f24312377dc0229990e681c095e0f263d4c3a5a46 ocrmypdf-9.8.0.tar.gz" +sha512sums="e9f4de7908aed6e0fbb82047e8e57a6a3a15fad39c580b723068f092c6cd660556f1b3b9b6cff6ade63ad3c2241fb08296d397f72337a4ba81ea32be3181eb0d ocrmypdf-9.8.1.tar.gz" |