diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-08-11 13:33:16 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-11 11:51:49 -0300 |
commit | d1b9bd7ca90adcd6e45e9a68bf234f1bc5bfd462 (patch) | |
tree | 3417f6651c9ef8de74378841cb205922b95e194a /community/syndication | |
parent | c7d8369e998bdda315a166238a4acced7c144b37 (diff) | |
download | aports-d1b9bd7ca90adcd6e45e9a68bf234f1bc5bfd462.tar.bz2 aports-d1b9bd7ca90adcd6e45e9a68bf234f1bc5bfd462.tar.xz |
community/kde-frameworks: upgrade to 5.61.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 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" |