diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-12-14 20:59:34 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-16 22:31:13 +0100 |
commit | 02a267dc7c84ff8b8a3b2c5cfe82055d5237bd40 (patch) | |
tree | c2ca92796a5c3ef9f6a6877edd1514c20393a870 /community/kpeople | |
parent | bd5c4358f87e54910c40c9e40a4d3b9dd1c92d0e (diff) | |
download | aports-02a267dc7c84ff8b8a3b2c5cfe82055d5237bd40.tar.bz2 aports-02a267dc7c84ff8b8a3b2c5cfe82055d5237bd40.tar.xz |
community/kde-frameworks: upgrade to 5.65
Diffstat (limited to 'community/kpeople')
-rw-r--r-- | community/kpeople/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kpeople/APKBUILD b/community/kpeople/APKBUILD index c524157910..d7dcb026b0 100644 --- a/community/kpeople/APKBUILD +++ b/community/kpeople/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kpeople -pkgver=5.64.0 +pkgver=5.65.0 pkgrel=0 pkgdesc="A library that provides access to all contacts and the people who hold them" arch="all" @@ -38,4 +38,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="d6f23d2d2b0d2d8a3acfcc74beca8848ecf64e013f0cb906f5a4d347b4220d7a3258e856e64441a06e4d5443b958d464832142ffd305f46a99b192001fd7527c kpeople-5.64.0.tar.xz" +sha512sums="013a02fe885b726490560892828f811c2d0134cafc5a8390ad061afebb9eecdb7a41913036729acfae45cd3b98b45b788734f095efa86bca0b71e78497dda3a6 kpeople-5.65.0.tar.xz" |