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/dolphin-plugins | |
parent | 62c3585336bfda3851eb1eb254fb48618661fd27 (diff) | |
download | aports-7f3b48cb4d4b49eb87f2ee5b17ec144536530d45.tar.bz2 aports-7f3b48cb4d4b49eb87f2ee5b17ec144536530d45.tar.xz |
teting/kde-applications: upgrade to 19.08.0
Diffstat (limited to 'testing/dolphin-plugins')
-rw-r--r-- | testing/dolphin-plugins/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/dolphin-plugins/APKBUILD b/testing/dolphin-plugins/APKBUILD index 1c734a3bd9..71b66361b1 100644 --- a/testing/dolphin-plugins/APKBUILD +++ b/testing/dolphin-plugins/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=dolphin-plugins -pkgver=19.04.3 +pkgver=19.08.0 pkgrel=0 arch="all" url="https://www.kde.org/applications/system/dolphin/" @@ -27,4 +27,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="5a89daee3a4366905bd5c884460b62b9faf75989f8bb9b108f019c4359c5ea6406efcaf896a3504870819467130cd76e31a92cf9d697a5306293b5efd701e4c3 dolphin-plugins-19.04.3.tar.xz" +sha512sums="122b584fecc0a891688047d808d6e5736fc8521004930fa9559436e24e49b3851f6aaa9f19a3d8ac31654c2f068cf6b885269de35a8ac7e09faa56b67fb2a0ac dolphin-plugins-19.08.0.tar.xz" |