diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-16 04:52:43 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-16 08:00:41 +0000 |
commit | 504f69b81752d0e18563c875a534f430bf39515f (patch) | |
tree | 00dba8e7aaa1c477dc3c04344fe08a39e585a95d | |
parent | 6cc425bd906acf974365fc5c366f952d3c92c081 (diff) | |
download | aports-504f69b81752d0e18563c875a534f430bf39515f.tar.bz2 aports-504f69b81752d0e18563c875a534f430bf39515f.tar.xz |
community/ocrmypdf: upgrade to 9.7.2
-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 fbd01d4f1b..4fe3cb9dc1 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.7.1 +pkgver=9.7.2 pkgrel=0 pkgdesc="Add OCR text layer to scanned PDF files" url="https://github.com/jbarlow83/OCRmyPDF" @@ -39,4 +39,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="2c44a257998752770f835c3cb4ca3a7129d43eda9471a1ba0adfdccbd44a4ad2b0aa48e9c2669f69915fde6005d592ac638fd6d002570ddbbee891a67af64dfc ocrmypdf-9.7.1.tar.gz" +sha512sums="c31e8bd6497bd9576b8523af28f6a687e32357e762e88f6e009b381f833bd7ade649727965a7c0bcc0bdd721f33540cd1b2893d33387e866510d1a3ba8363757 ocrmypdf-9.7.2.tar.gz" |