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 /community/dolphin | |
parent | 53acdc9aa9401df9fbf1980baff34f5845a53e47 (diff) | |
download | aports-f39cb39781a53c8137cd7f616559d10a28e4cf4a.tar.bz2 aports-f39cb39781a53c8137cd7f616559d10a28e4cf4a.tar.xz |
{testing,community}/kde-applications: upgrade to 19.08.2
Diffstat (limited to 'community/dolphin')
-rw-r--r-- | community/dolphin/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/dolphin/APKBUILD b/community/dolphin/APKBUILD index 2aa74bf6dd..8627db3bc9 100644 --- a/community/dolphin/APKBUILD +++ b/community/dolphin/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=dolphin -pkgver=19.08.1 -pkgrel=1 +pkgver=19.08.2 +pkgrel=0 arch="all" url="https://kde.org/applications/system/dolphin" pkgdesc="KDE File Manager" @@ -35,4 +35,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="bcac00cdec1de2aab8b33f57f990c3b5c74f98d499c70adbc1a7f9b9528642221071c45716ea29f65c28733e2a282dd824e1dd4f2c305a4d2206345010aa5c87 dolphin-19.08.1.tar.xz" +sha512sums="97ba07fc6e5f7295297149b8377620c0fb9dedec33833671f29e39f8cb4fb78051bd21d7d63b1dfc48126b03195b3eecc831c3882346a86fbb6ff1122996cbbc dolphin-19.08.2.tar.xz" |