diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-02 09:37:39 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-02 09:37:39 +0000 |
commit | c9fea4acbe345d2a067231f92cafbaae3cbfd86c (patch) | |
tree | 9a7a548623d0da2f1e872962a694bc2d2c353c75 /community/pdfgrep/APKBUILD | |
parent | bff28722086bd508572be3d9094056a1ffd6b923 (diff) | |
download | aports-c9fea4acbe345d2a067231f92cafbaae3cbfd86c.tar.bz2 aports-c9fea4acbe345d2a067231f92cafbaae3cbfd86c.tar.xz |
community/pdfgrep: upgrade to 2.1.1
Diffstat (limited to 'community/pdfgrep/APKBUILD')
-rw-r--r-- | community/pdfgrep/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pdfgrep/APKBUILD b/community/pdfgrep/APKBUILD index 935dbf0205..bbb650e178 100644 --- a/community/pdfgrep/APKBUILD +++ b/community/pdfgrep/APKBUILD @@ -2,7 +2,7 @@ # Contributor: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=pdfgrep -pkgver=2.1.0 +pkgver=2.1.1 pkgrel=0 pkgdesc="Commandline utility to search text in PDF files" url="https://pdfgrep.org/" @@ -58,4 +58,4 @@ zshcomp() { "$subpkgdir"/usr/share/zsh/site-functions } -sha512sums="e0861b4be47b40b5856e3cdb0cf7bfec5fbcbb46e89b55d2d4be0313c8673633f540f89c6af6142045b86f14741a7abe679768d3cfcdf4e78993917377ad16f6 pdfgrep-2.1.0.tar.gz" +sha512sums="8c92967e3fe28587551a9226bb3b4066fd88a6cf440bff70a06bec94c6331f3954682e50d307c40a294baa4afdf6f0469f20c72f917c83e3db7f45a59c95c615 pdfgrep-2.1.1.tar.gz" |