diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-02-19 10:06:23 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-19 11:28:12 -0300 |
commit | 8c09c335220dfb1120d92bd246771b0edac92588 (patch) | |
tree | 0dc343d831a5d15d29866c0a8bcc1b494b874976 /testing/plasma-phone-components | |
parent | af10114db7c05fba1e7f5400af5065658f9bd265 (diff) | |
download | aports-8c09c335220dfb1120d92bd246771b0edac92588.tar.bz2 aports-8c09c335220dfb1120d92bd246771b0edac92588.tar.xz |
{community,testing}/plasma: upgrade to 5.18.1
Diffstat (limited to 'testing/plasma-phone-components')
-rw-r--r-- | testing/plasma-phone-components/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/plasma-phone-components/APKBUILD b/testing/plasma-phone-components/APKBUILD index 339a549c96..cf58410edd 100644 --- a/testing/plasma-phone-components/APKBUILD +++ b/testing/plasma-phone-components/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-phone-components -pkgver=5.18.0 +pkgver=5.18.1 pkgrel=0 pkgdesc="Modules providing phone functionality for Plasma" arch="all !armhf" @@ -28,4 +28,4 @@ check() { package() { DESTDIR="$pkgdir" make -C build install } -sha512sums="84023aad682edfba61ff13767a065003b923cab63a82d63db7182c556a338aed2f66536414d1abe86135f43cf798313e27ec069777aea5b53617fef531ccfeb3 plasma-phone-components-5.18.0.tar.xz" +sha512sums="6091cbfac7edaada30d44fbf2e4e67ceedab8a141b913516570a8ceade60b806c83710d96f64c50cee9777d0b297d394c79dca84f03170692cfd4699bb4706ff plasma-phone-components-5.18.1.tar.xz" |