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 a8cfb6d8c4..aabefa9ef1 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.60.0 +pkgver=5.61.0 pkgrel=0 pkgdesc="Abstraction for system notifications" arch="all" @@ -29,4 +29,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="a386f90313a514f629b6af47a30f6b4d2ef10f079ff9f5f5f92094c627c09632ffffd5c1bc75109f4484f4d2fdd42825a3c713d59327196902ebb5d77ebea7fa knotifications-5.60.0.tar.xz" +sha512sums="b52078ed25a3eb7606f2e579319cc00c2b3cef335e20134840d71beae91d285b0de9285dfd6d823221d8af7aadb93c19b367086984249e4e6f87581879091851 knotifications-5.61.0.tar.xz" |