diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-06-25 16:29:05 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-25 15:04:12 -0300 |
commit | 44b00128cdf9493d8c2bd0e4111f4eec29ec4260 (patch) | |
tree | 34f010d90dec2c1fa9fedad037a602886b42bcb5 /testing/milou | |
parent | 056a98378f3b63287dc8e13cd06a11a5f2aa4884 (diff) | |
download | aports-44b00128cdf9493d8c2bd0e4111f4eec29ec4260.tar.bz2 aports-44b00128cdf9493d8c2bd0e4111f4eec29ec4260.tar.xz |
testing/plasma*: update to 5.16.2
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 4b2fa4e9bb..fa24c347da 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.1 +pkgver=5.16.2 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="96f08f57c4d84645104c176f425cdb93d252c66c9c2e39a9fc2dfb8a15e98bf9d8128e7fb8fca9f97c8febf7eb9bde7210801dacadbf1d715df844f879209b2b milou-5.16.1.tar.xz" +sha512sums="13d1b0620b9ad1a307ce2114011cf76b29c7461b72267c0934abb461ca99e9aaa7d8c55ed86faa1915d8e1c8c7a6864036e177110322269851cb6e8707e16b98 milou-5.16.2.tar.xz" |