diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-01-11 21:39:15 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-13 14:36:34 +0100 |
commit | 638d7ed24b00fb6461ecd60397c1032d9ae307a2 (patch) | |
tree | df391febae1b8dd3a2fec7809c9172ff78a31ed2 /community/syndication | |
parent | 1f54ed613615715e5c988487244d7a3f1e787467 (diff) | |
download | aports-638d7ed24b00fb6461ecd60397c1032d9ae307a2.tar.bz2 aports-638d7ed24b00fb6461ecd60397c1032d9ae307a2.tar.xz |
community/kde-frameworks: upgrade to 5.66
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 a8cb9f2a0f..108ee7c7f7 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.65.0 +pkgver=5.66.0 pkgrel=0 pkgdesc="An RSS/Atom parser library" arch="all" @@ -37,4 +37,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="41c9bfc6f5dd4c4030d8f9a24019037b7575ed59cfd3805d5e2bc68d533c3c5c813d210c81f4e13a37a3cc24dfb1b787a3ac7a8b058326e8f543e2bc5626f472 syndication-5.65.0.tar.xz" +sha512sums="0ab81b13ede66b11ec3dc014c0d4c9b46f1a7cb39d0f3beceb4c0786c77f7b560c118584b76dee7dd627ec1db4b874de9bacee1025b88ced8be66a936c9a36a1 syndication-5.66.0.tar.xz" |