diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-02-25 22:03:29 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 22:34:07 -0300 |
commit | 9d671d403a281380646fbf91c735313eab4521c7 (patch) | |
tree | d9626532ea525914b589b51154289ab30e1624c3 /community/plasma-browser-integration | |
parent | 24924763d56dd80da5430746a238868ab6cc20d5 (diff) | |
download | aports-9d671d403a281380646fbf91c735313eab4521c7.tar.bz2 aports-9d671d403a281380646fbf91c735313eab4521c7.tar.xz |
community/plasma: upgrade to 5.18.2
Diffstat (limited to 'community/plasma-browser-integration')
-rw-r--r-- | community/plasma-browser-integration/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/plasma-browser-integration/APKBUILD b/community/plasma-browser-integration/APKBUILD index 69d5969447..3ea154b71d 100644 --- a/community/plasma-browser-integration/APKBUILD +++ b/community/plasma-browser-integration/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-browser-integration -pkgver=5.18.1 -pkgrel=1 +pkgver=5.18.2 +pkgrel=0 pkgdesc="Components necessary to integrate browsers into the Plasma Desktop" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Plasma/Browser_Integration" @@ -28,4 +28,4 @@ package() { DESTDIR="$pkgdir" make -C build install } -sha512sums="70b938bae3399693448f0f32eb143d9245b396349360621264b9b046fd77605315a38ab800c03858a9a22d00c105d037cb3fa1926814d979dbf4607fda11db32 plasma-browser-integration-5.18.1.tar.xz" +sha512sums="76fc14ccea545f480ffc617bc373a7384dc95b709ac4d880b0249306c6b18e7280267703cb62a0b69e30bc46125e9322b2ce66b5ebc79b2e6a028765134a1e5f plasma-browser-integration-5.18.2.tar.xz" |