diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-07-12 10:01:12 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-12 10:31:10 -0300 |
commit | b296868f9449f3f5e20336d6045914ba9ea54577 (patch) | |
tree | 32fd79ed2fc5eaae8849385dead2e21f32045812 /testing/filelight | |
parent | 32f760605b9a18a018edf8896e1768f44315a467 (diff) | |
download | aports-b296868f9449f3f5e20336d6045914ba9ea54577.tar.bz2 aports-b296868f9449f3f5e20336d6045914ba9ea54577.tar.xz |
testing/kde-applications: update to 19.04.3
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 c4116bbcae..c78f7ca371 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.04.2 +pkgver=19.04.3 pkgrel=0 arch="all" url="https://kde.org/applications/utilities/filelight" @@ -28,4 +28,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="06a8e9f5cbc00738677f84283ff11fb369d0a8a9aa73202ca623e70cfdb9c72e18a5eb134edd059f95476099f57dcc9b791557e9720cfa8e7af3c6f035f75241 filelight-19.04.2.tar.xz" +sha512sums="4e6062de0a31cc7ea981b73ec1fcda6164c7ba2abca6d4e820bbe8a20c23aed3c1f1f61c90955938c5ea9cdc88cbd70c94b507bdb1ec60c16a07b30be82c4b29 filelight-19.04.3.tar.xz" |