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 /testing/kfloppy | |
parent | 53acdc9aa9401df9fbf1980baff34f5845a53e47 (diff) | |
download | aports-f39cb39781a53c8137cd7f616559d10a28e4cf4a.tar.bz2 aports-f39cb39781a53c8137cd7f616559d10a28e4cf4a.tar.xz |
{testing,community}/kde-applications: upgrade to 19.08.2
Diffstat (limited to 'testing/kfloppy')
-rw-r--r-- | testing/kfloppy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kfloppy/APKBUILD b/testing/kfloppy/APKBUILD index 7b7baf68b8..edea00e917 100644 --- a/testing/kfloppy/APKBUILD +++ b/testing/kfloppy/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kfloppy -pkgver=19.08.1 +pkgver=19.08.2 pkgrel=0 arch="all" url="https://kde.org/applications/utilities/org.kde.kfloppy" @@ -29,4 +29,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="0849417e8c0d8b2c5dbf47ecb3428cee2705fd151e73ab1451d881ed927fde033d0ba811b15fb8ac937029a22dcd0080974da960f050d24c9f17e694213b0166 kfloppy-19.08.1.tar.xz" +sha512sums="3da10bcc6b47fd846e20f300b63a114e2742294f9031463bdbcd0d6bae0cef8469bfa477d0e04f3719c639ead81bc97c7617456d8b6b4753b0a508ef55ab2536 kfloppy-19.08.2.tar.xz" |