diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-01-27 17:19:45 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-27 21:46:27 +0100 |
commit | 7dc3cd8f7c0cc26e96ddabdea853de08325e4089 (patch) | |
tree | 27b455c608bfc7690410524cc0755c1b4d039d40 /community/kaccounts-integration | |
parent | ca936aa88735c8b55f9745593fe8ce90f29bee9a (diff) | |
download | aports-7dc3cd8f7c0cc26e96ddabdea853de08325e4089.tar.bz2 aports-7dc3cd8f7c0cc26e96ddabdea853de08325e4089.tar.xz |
{community,testing}/kde-applications: upgrade to 19.12.1
Diffstat (limited to 'community/kaccounts-integration')
-rw-r--r-- | community/kaccounts-integration/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kaccounts-integration/APKBUILD b/community/kaccounts-integration/APKBUILD index 66e359cdd6..896890cd83 100644 --- a/community/kaccounts-integration/APKBUILD +++ b/community/kaccounts-integration/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kaccounts-integration -pkgver=19.12.0 -pkgrel=1 +pkgver=19.12.1 +pkgrel=0 arch="all" url="https://kde.org/applications/internet/" pkgdesc="Small system to administer web accounts for the sites and services across the KDE desktop" @@ -34,4 +34,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="c40775509f9c336974bef0effade36adf36e19398a0445e5d155a8e4e3062219da191fab912640c610799dc7d6bc114f7daa423fea97304714332b9f00db94b9 kaccounts-integration-19.12.0.tar.xz" +sha512sums="233f6df594926f6fa5b897f81a5f63ffa71f5b60577c167d77c20fd1a723cbbf6625368e88b2fa9195f7bbc2f40ddc70fcd1cc63fe55a2cb6c0ed1319e8237f7 kaccounts-integration-19.12.1.tar.xz" |