diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-02-11 13:16:17 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-11 13:44:36 -0300 |
commit | 7489710b31bec3e4c5cca6f15477efcbbe1dacfd (patch) | |
tree | d9eb99cd7726060ede8dc2702d901b9128ef0674 /community/plasma-thunderbolt/APKBUILD | |
parent | 4ea9b126a7c0dceba731dcbddbaa7d505140204a (diff) | |
download | aports-7489710b31bec3e4c5cca6f15477efcbbe1dacfd.tar.bz2 aports-7489710b31bec3e4c5cca6f15477efcbbe1dacfd.tar.xz |
community/plasma: upgrade to 5.18.0
Diffstat (limited to 'community/plasma-thunderbolt/APKBUILD')
-rw-r--r-- | community/plasma-thunderbolt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/plasma-thunderbolt/APKBUILD b/community/plasma-thunderbolt/APKBUILD index 258e4c69ec..e7fdb0e482 100644 --- a/community/plasma-thunderbolt/APKBUILD +++ b/community/plasma-thunderbolt/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-thunderbolt -pkgver=5.17.5 +pkgver=5.18.0 pkgrel=0 arch="all !armhf !armv7" # Limited by bolt -> polkit, armhf also limited by qt5-qtdeclarative url="https://www.kde.org/workspaces/plasmadesktop/" @@ -39,4 +39,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="8287e20963a31af60dff75a659af455518d72813b7e04dfd5407de4bbcda422551a000fd3ff03b67d4a052dc0421058c8ae8c31c1a92d174277d6a02819f6f70 plasma-thunderbolt-5.17.5.tar.xz" +sha512sums="ec91b9c943e57a5a000b5d2296759299ac0c23b5d1e2ad6918a052df74a38b08cfa793ee770cd6d7049c56850e245aa3ce6b6b428d6751d9047105cdcccc26bb plasma-thunderbolt-5.18.0.tar.xz" |