diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-09-03 18:40:20 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-03 17:14:41 -0300 |
commit | e17443f9798955c742a6944299b6dff5ee4f6386 (patch) | |
tree | d48d86d833293cbfb0f3c2d4548f765d1e751144 /testing/plasma-nm/APKBUILD | |
parent | c74fa889fcc7fc049d1645eeffab2671ea888c90 (diff) | |
download | aports-e17443f9798955c742a6944299b6dff5ee4f6386.tar.bz2 aports-e17443f9798955c742a6944299b6dff5ee4f6386.tar.xz |
testing/plasma*: upgrade to 5.16.5
Diffstat (limited to 'testing/plasma-nm/APKBUILD')
-rw-r--r-- | testing/plasma-nm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/plasma-nm/APKBUILD b/testing/plasma-nm/APKBUILD index 45411377a3..8057d22470 100644 --- a/testing/plasma-nm/APKBUILD +++ b/testing/plasma-nm/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-nm -pkgver=5.16.4 +pkgver=5.16.5 pkgrel=0 pkgdesc="Plasma applet written in QML for managing network connections" arch="all !s390x" # Limited by networkmanager -> iwd @@ -28,4 +28,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="ebc6864e533179bf8cb85d8010c85c4180d93954a1d97072c550db391167068c78e29e7529b3d1f323fd1131d8a375cf2bf542c02a7c2a2098d827e311ce4e9d plasma-nm-5.16.4.tar.xz" +sha512sums="cc52ed0b1933d0c8c86bd3188ee77d155adc2392dadbc311daf222c4e0c4c4a484b6748e1f5d52b643cc7fc55db947aff0f0a4c5ef14742d4211969e65b85d3f plasma-nm-5.16.5.tar.xz" |