diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-08-08 16:14:04 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 12:26:11 -0300 |
commit | 6f8ad2ad42c6e4a7f550a402844033944a1f8511 (patch) | |
tree | 37d7c5df0adefc9ce1978c16a2ef179b32de7c65 /testing/milou | |
parent | e087af55c074f832e66cb225904b580e440d7c36 (diff) | |
download | aports-6f8ad2ad42c6e4a7f550a402844033944a1f8511.tar.bz2 aports-6f8ad2ad42c6e4a7f550a402844033944a1f8511.tar.xz |
testing/plasma: upgrade to 5.16.4
Diffstat (limited to 'testing/milou')
-rw-r--r-- | testing/milou/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/milou/APKBUILD b/testing/milou/APKBUILD index b816f1b204..9bdb271f06 100644 --- a/testing/milou/APKBUILD +++ b/testing/milou/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=milou -pkgver=5.16.3 +pkgver=5.16.4 pkgrel=0 pkgdesc="A dedicated search application built on top of Baloo" arch="all" @@ -27,4 +27,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="6fe556c795b5a1730e4228ad3711ca4628241d58358002684ee70f8868d669d0ed20b23f773633988bf800e033e9a3e2ed4369e9a124e39ab0d2f372e3aeaa42 milou-5.16.3.tar.xz" +sha512sums="8093bda2a19137a7faffe308bd040c2b4574c4c2bcbe794b9340f33204a3dd200f8d31affde6fb592c288cdaa36d3e291b7dc42a294f1fe62ee4e5cd203a20cc milou-5.16.4.tar.xz" |