diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-08-02 09:28:10 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-08-03 07:48:09 +0000 |
commit | c96615affe1bcbde2fae17821a5ff4ade197caef (patch) | |
tree | da9ebea3f1fb41c6f64eb459caea5227da9abaa6 /community/xapian-core | |
parent | 6b1a155f14758e7862087af5e1534855d9bbdec9 (diff) | |
download | aports-c96615affe1bcbde2fae17821a5ff4ade197caef.tar.bz2 aports-c96615affe1bcbde2fae17821a5ff4ade197caef.tar.xz |
community/xapian-core: upgrade to 1.4.12
Diffstat (limited to 'community/xapian-core')
-rw-r--r-- | community/xapian-core/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xapian-core/APKBUILD b/community/xapian-core/APKBUILD index 3cafdbee51..d2c45f86fe 100644 --- a/community/xapian-core/APKBUILD +++ b/community/xapian-core/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=xapian-core -pkgver=1.4.11 +pkgver=1.4.12 pkgrel=0 pkgdesc="Open source search engine library" url="http://www.xapian.org/" @@ -54,5 +54,5 @@ libxapian() { mv "$pkgdir"/usr/lib/$subpkgname* "$subpkgdir"/usr/lib } -sha512sums="72ab7b0c774390f38319d241689b2dc3c2837fbbf933616574f6ad167f14a25c2eff747910022065508dc7c44f806dc2b71dae80a1b4f1f47e1675fb951bc785 xapian-core-1.4.11.tar.xz +sha512sums="230b39e012366267cf5ea09d01d3b463818c0d05861b8c8643bc6fc238be21bd3f4862adeba864b4af2962b1c0748b3d380dfe845da467f5164b0d938288c430 xapian-core-1.4.12.tar.xz 639c0ecd75be0627d334628b5adf581a7da92c4f86dfb86a92669368ff8a874d4bf4e344b8f3b1276d22d126d2bc44c8ab727e39e1c29c0358fe7bbc8aa8050d timeval-t.patch" |