diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-11-12 18:40:02 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-14 16:32:37 -0300 |
commit | 7b0fe467ed5a9f092ac9a2d9cdf5c7478fc0d49e (patch) | |
tree | d0749e37523ea882139e0d26887dda24087c511e /community/plymouth-kcm | |
parent | a0fd3558160588a9f593c949fc7b0071ab071e7a (diff) | |
download | aports-7b0fe467ed5a9f092ac9a2d9cdf5c7478fc0d49e.tar.bz2 aports-7b0fe467ed5a9f092ac9a2d9cdf5c7478fc0d49e.tar.xz |
community/kde-plasma: upgrade to 5.17.3
Diffstat (limited to 'community/plymouth-kcm')
-rw-r--r-- | community/plymouth-kcm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/plymouth-kcm/APKBUILD b/community/plymouth-kcm/APKBUILD index 48a2122964..9d5e6bcf77 100644 --- a/community/plymouth-kcm/APKBUILD +++ b/community/plymouth-kcm/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plymouth-kcm -pkgver=5.17.2 +pkgver=5.17.3 pkgrel=0 arch="all" url="https://cgit.kde.org/plymouth-kcm.git" @@ -38,4 +38,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="ab949b498ae035cdbbaa030d7aa95621b17f2208fed93248730b6a9fc711951f793eac73aca64ec19ce6b4e583d9f5b76ef5bb47ce735614d185110457366a62 plymouth-kcm-5.17.2.tar.xz" +sha512sums="39b746625c6451ffa225f5a1e0c19331cfe60422fb8193798ffd6dbcb77f5a0269f6a978daa63611760b2220124f4264a2c13f402067e55f9c4db339cda41638 plymouth-kcm-5.17.3.tar.xz" |