diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-08-23 16:44:53 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-23 16:46:32 -0300 |
commit | 7f3b48cb4d4b49eb87f2ee5b17ec144536530d45 (patch) | |
tree | d66713f186e52bf88cc25e89894b7d950cbf1897 /testing/filelight | |
parent | 62c3585336bfda3851eb1eb254fb48618661fd27 (diff) | |
download | aports-7f3b48cb4d4b49eb87f2ee5b17ec144536530d45.tar.bz2 aports-7f3b48cb4d4b49eb87f2ee5b17ec144536530d45.tar.xz |
teting/kde-applications: upgrade to 19.08.0
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 c78f7ca371..56ffba9cff 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.3 +pkgver=19.08.0 pkgrel=0 arch="all" url="https://kde.org/applications/utilities/filelight" @@ -28,4 +28,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="4e6062de0a31cc7ea981b73ec1fcda6164c7ba2abca6d4e820bbe8a20c23aed3c1f1f61c90955938c5ea9cdc88cbd70c94b507bdb1ec60c16a07b30be82c4b29 filelight-19.04.3.tar.xz" +sha512sums="e4935bf88d1713f28db63e68524a5dd093c4ef38361bfe009f6e9bbbfc257acba754b09314248c92904d69b3ff23de4097648be08fc5ffa6724eb0fa9f1da861 filelight-19.08.0.tar.xz" |