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/kbackup/APKBUILD | |
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/kbackup/APKBUILD')
-rw-r--r-- | testing/kbackup/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kbackup/APKBUILD b/testing/kbackup/APKBUILD index bc30affe21..c329f56a66 100644 --- a/testing/kbackup/APKBUILD +++ b/testing/kbackup/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kbackup -pkgver=19.08.1 +pkgver=19.08.2 pkgrel=0 arch="all" url="https://kde.org/applications/utilities/org.kde.kbackup" @@ -28,4 +28,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="7f6af36b5d895fd1b75babcafed1ba698fa808cf4200acd24181ca0475fd5f32e6a001678ea04c4fe4ba1247a0ce192ea8e72742fb1af1dc235fb133a0a02681 kbackup-19.08.1.tar.xz" +sha512sums="49fdfe52b9953a908ced828364c5ced2b7219be181e415cccc8504e0a7949dbba0ee768b0bb0fad4f16f42e3c2f3eebfc52aee1b4cb10b9ec5d3dbaee2fb23c6 kbackup-19.08.2.tar.xz" |