diff options
author | Duncan Bellamy <dunk@denkimushi.com> | 2020-03-14 06:50:02 +0000 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-14 10:01:36 +0100 |
commit | 111cc55d3f888c1b184c6d08cc806508ffc81197 (patch) | |
tree | e72e1dcf5b6ced4faff2737a4ff10f7d01634cf7 /testing | |
parent | f905c2b5cde2f4040a05b0c770cb4e81a676fdc3 (diff) | |
download | aports-111cc55d3f888c1b184c6d08cc806508ffc81197.tar.bz2 aports-111cc55d3f888c1b184c6d08cc806508ffc81197.tar.xz |
testing/dovecot-fts-xapian upgrade to 1.2.11
Also fix linter warnings
Diffstat (limited to 'testing')
-rw-r--r-- | testing/dovecot-fts-xapian/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/dovecot-fts-xapian/APKBUILD b/testing/dovecot-fts-xapian/APKBUILD index 83e41babc6..f28b5b3917 100644 --- a/testing/dovecot-fts-xapian/APKBUILD +++ b/testing/dovecot-fts-xapian/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Duncan Bellamy <dunk@denkimushi.com> # Maintainer: Duncan Bellamy <dunk@denkimushi.com> -pkgname="dovecot-fts-xapian" -pkgver="1.2.10" +pkgname=dovecot-fts-xapian +pkgver=1.2.11 pkgrel=0 pkgdesc="Dovecot xapian fts plugin" url="https://github.com/grosjo/fts-xapian" @@ -33,4 +33,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="29aedcb66e2abc941d4e916487f6ce01824e76b5ed688fb1f4423cfcbcc4386a4a01be23ebb3c6dc9d8d10f1a1e0e0ea907234fe64b5e8715957e98849d82fbc dovecot-fts-xapian-1.2.10.tar.gz" +sha512sums="ae4d5445736bf83474d738b9602095753404520cc6166abcb358492d3f4e14b26c56ea23083d5edd1bd55cabe484d60695e6a89bc337f9c711032364a1adddd5 dovecot-fts-xapian-1.2.11.tar.gz" |