diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-10-11 19:22:17 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-11 16:24:38 -0300 |
commit | f39cb39781a53c8137cd7f616559d10a28e4cf4a (patch) | |
tree | bc9c5a2596158d42d93af05f90d542275797e560 /testing/filelight | |
parent | 53acdc9aa9401df9fbf1980baff34f5845a53e47 (diff) | |
download | aports-f39cb39781a53c8137cd7f616559d10a28e4cf4a.tar.bz2 aports-f39cb39781a53c8137cd7f616559d10a28e4cf4a.tar.xz |
{testing,community}/kde-applications: upgrade to 19.08.2
Diffstat (limited to 'testing/filelight')
-rw-r--r-- | testing/filelight/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/filelight/APKBUILD b/testing/filelight/APKBUILD index c631dbc092..950eecea03 100644 --- a/testing/filelight/APKBUILD +++ b/testing/filelight/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=filelight -pkgver=19.08.1 +pkgver=19.08.2 pkgrel=0 arch="all" url="https://kde.org/applications/utilities/filelight" @@ -28,4 +28,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="9062fb11f2995636121505fbc2452f1f18ec3b1b8ccf1cd0c22cea730440d4069144705cbb9881c19246b424f78898fb50af901fc05a9c2dbc725d8242a618d6 filelight-19.08.1.tar.xz" +sha512sums="eaa105f5bb9e15c8bfbe1852ec97758fba66e1c8948c95723cc169e21c471ec74987d28f7c1fe9b4ab4828ce390dc676fc8d2b5a9f64ae5134ba5841dc27644e filelight-19.08.2.tar.xz" |