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/knotifications | |
parent | bd5c4358f87e54910c40c9e40a4d3b9dd1c92d0e (diff) | |
download | aports-02a267dc7c84ff8b8a3b2c5cfe82055d5237bd40.tar.bz2 aports-02a267dc7c84ff8b8a3b2c5cfe82055d5237bd40.tar.xz |
community/kde-frameworks: upgrade to 5.65
Diffstat (limited to 'community/knotifications')
-rw-r--r-- | community/knotifications/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/knotifications/APKBUILD b/community/knotifications/APKBUILD index 1d86fcab37..264f9a1127 100644 --- a/community/knotifications/APKBUILD +++ b/community/knotifications/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=knotifications -pkgver=5.64.0 +pkgver=5.65.0 pkgrel=0 pkgdesc="Abstraction for system notifications" arch="all" @@ -38,4 +38,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="3d2b5a4313e25efcbc8de93227efb9ad3d033640b347054ce8526a638c753bbba6d86e94bde9a5b110b34af8ace5af10a161532472eb8649a5d61028c7702f29 knotifications-5.64.0.tar.xz" +sha512sums="36b314546a0591df7e2c9d9b3870e3faefc86feac01f4d95924b4e721714ec1934592aa14948265230f0972cd523bee245637e17964faac5035382c45d6ed44f knotifications-5.65.0.tar.xz" |