diff options
Diffstat (limited to 'community/dolphin/APKBUILD')
-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 8f1202efbaa..2270d1f577a 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.12.0 -pkgrel=1 +pkgver=19.12.1 +pkgrel=0 arch="all" url="https://kde.org/applications/system/dolphin" pkgdesc="KDE File Manager" @@ -44,4 +44,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="e9f47d8ed9e5b3def97182d9d1600730aa41e69d32aaf49b705fe2542eeda93ec719624e735e5f7d36a1dbf64c58e2a7f177e3ac4daf303ad5a2ba519d03923e dolphin-19.12.0.tar.xz" +sha512sums="a00b13abe9036ac82d4c8c42fe54ad4174d6ca49d733a1ecb86825ce8bfb63d1996d6918afbd3b1681b49eb30754c7dc20017efe0728072b82f6327cd86baec4 dolphin-19.12.1.tar.xz" |