diff options
Diffstat (limited to 'community/syndication/APKBUILD')
-rw-r--r-- | community/syndication/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/syndication/APKBUILD b/community/syndication/APKBUILD index 697fe511c8..b1dc5ab5cf 100644 --- a/community/syndication/APKBUILD +++ b/community/syndication/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=syndication -pkgver=5.60.0 +pkgver=5.61.0 pkgrel=0 pkgdesc="An RSS/Atom parser library" arch="all" @@ -28,4 +28,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="39ef7246f9133af3c1dae87790a6827a7634fb81eb691995b78eb1b3bdc1db701f2d664360931ce0d671cef30db0cf09029ef00ab55c0d9307fa11eb51f18cca syndication-5.60.0.tar.xz" +sha512sums="29a0733e3b826855844b1c5d622f37c479224a20b6b7a875215f61032ca9b84b538359481dd19f3b9a14c7d057cf630473132c318f2266951889c46e62787623 syndication-5.61.0.tar.xz" |