diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-09-08 15:54:16 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-08 11:00:24 -0300 |
commit | 98295d34cfc6a953815080d2e786991194c4f6f0 (patch) | |
tree | 6edef5be472b20db6f72556ff1afb90a58a56b24 /testing/dolphin-plugins | |
parent | dd7b4ab8227555010bcefa949ec0e3ab0c64fad0 (diff) | |
download | aports-98295d34cfc6a953815080d2e786991194c4f6f0.tar.bz2 aports-98295d34cfc6a953815080d2e786991194c4f6f0.tar.xz |
testing/kde-applications: upgrade to 18.08.1
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 71b66361b1..36715897a7 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.08.0 +pkgver=19.08.1 pkgrel=0 arch="all" url="https://www.kde.org/applications/system/dolphin/" @@ -27,4 +27,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="122b584fecc0a891688047d808d6e5736fc8521004930fa9559436e24e49b3851f6aaa9f19a3d8ac31654c2f068cf6b885269de35a8ac7e09faa56b67fb2a0ac dolphin-plugins-19.08.0.tar.xz" +sha512sums="afc3c326f544651f1ed86a829e2b479731d0db46ea90f6204a8748dee575fb2b81d5a68d94ed76bc1ab3c90c107776781125eb1c53ec27dcbc001867d3741739 dolphin-plugins-19.08.1.tar.xz" |