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 17d04ec3ea..a8cb9f2a0f 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.64.0 +pkgver=5.65.0 pkgrel=0 pkgdesc="An RSS/Atom parser library" arch="all" @@ -37,4 +37,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="6ab26136e92f49d8acb4b5117bd2c1450ea779bc0c0d4f194013ae0f26eb19bb85fab93d1b4e08edce25c6158860907c5eed3870c114610b10ced521c5ab12cd syndication-5.64.0.tar.xz" +sha512sums="41c9bfc6f5dd4c4030d8f9a24019037b7575ed59cfd3805d5e2bc68d533c3c5c813d210c81f4e13a37a3cc24dfb1b787a3ac7a8b058326e8f543e2bc5626f472 syndication-5.65.0.tar.xz" |