diff options
Diffstat (limited to 'community/knotifications/APKBUILD')
-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" |