diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-10-30 13:15:27 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-30 11:25:25 -0300 |
commit | dfd9c13746dd0054d82a9e8c22fc08f1a95b115c (patch) | |
tree | eae0cbde6708424c7b860a6e64fe9b0b02a93bed /community/plasma-integration | |
parent | b43725f66f1d4d9b83a3021f094b4270450d0092 (diff) | |
download | aports-dfd9c13746dd0054d82a9e8c22fc08f1a95b115c.tar.bz2 aports-dfd9c13746dd0054d82a9e8c22fc08f1a95b115c.tar.xz |
community/plasma: upgrade to 5.17.2
Diffstat (limited to 'community/plasma-integration')
-rw-r--r-- | community/plasma-integration/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/plasma-integration/APKBUILD b/community/plasma-integration/APKBUILD index f7ec8fdc33..954d886036 100644 --- a/community/plasma-integration/APKBUILD +++ b/community/plasma-integration/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-integration -pkgver=5.17.1 +pkgver=5.17.2 pkgrel=0 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" arch="all" @@ -40,4 +40,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="2e281766948d53a499608bf72637269b4d5f86da7c24f57d9cdcfe5db16e710524d476ff8868767fbb62e1f52c7064fa0ba40e69c8f25460ba001c7bcecf73a9 plasma-integration-5.17.1.tar.xz" +sha512sums="dc0f636ab7799ca383e71c6d464ce01ce353c072c16bedc77a68970652cdef36b12ceb10f85287f22976ce47661442419f89a458ddc57110e3b8e253fad1f834 plasma-integration-5.17.2.tar.xz" |