diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-11-11 20:32:08 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 18:01:15 -0300 |
commit | a93bb358b781b0829426a919beed60c9a6bc392b (patch) | |
tree | 7154341f1519b6a39a32058c1d4844c213df19e2 /community/syndication | |
parent | ccb4ac406c5ab990ec55d7e9b0008f6b736b4da7 (diff) | |
download | aports-a93bb358b781b0829426a919beed60c9a6bc392b.tar.bz2 aports-a93bb358b781b0829426a919beed60c9a6bc392b.tar.xz |
community/kde-frameworks: upgrade to 5.64.0
Diffstat (limited to 'community/syndication')
-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 958d3da465..17d04ec3ea 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.63.0 +pkgver=5.64.0 pkgrel=0 pkgdesc="An RSS/Atom parser library" arch="all" @@ -37,4 +37,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="a9a89e570b22812d8bfd4814e072908da81d39e54e06881d2835883d502f5e7f8f315c52234f84b4b29a61b911d482f84245ed016592410d2c544c0acbef6a86 syndication-5.63.0.tar.xz" +sha512sums="6ab26136e92f49d8acb4b5117bd2c1450ea779bc0c0d4f194013ae0f26eb19bb85fab93d1b4e08edce25c6158860907c5eed3870c114610b10ced521c5ab12cd syndication-5.64.0.tar.xz" |