diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-04-19 09:34:09 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-04-19 10:05:06 +0000 |
commit | 10a0665fd9983742fbe6d19a47accc9e9282faf1 (patch) | |
tree | 5f13799416ef8a075ab81c5732daf38e436f9e08 /community/xmltv | |
parent | 20e4207892da54331f7edd34400ec34eb6cb5281 (diff) | |
download | aports-10a0665fd9983742fbe6d19a47accc9e9282faf1.tar.bz2 aports-10a0665fd9983742fbe6d19a47accc9e9282faf1.tar.xz |
community/xmltv: upgrade to 0.5.69
Diffstat (limited to 'community/xmltv')
-rw-r--r-- | community/xmltv/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/xmltv/APKBUILD b/community/xmltv/APKBUILD index 970848b851..f17e98a07b 100644 --- a/community/xmltv/APKBUILD +++ b/community/xmltv/APKBUILD @@ -1,8 +1,8 @@ # Con://github.com/saltstack/salttributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=xmltv -pkgver=0.5.68 -pkgrel=1 +pkgver=0.5.69 +pkgrel=0 pkgdesc="Set of utilities to download tv listings and format them in xml" url="http://xmltv.org/wiki" arch="noarch" @@ -40,6 +40,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="2297791e005360fafa11ade20e338df0 xmltv-0.5.68.tar.bz2" -sha256sums="ed6589118943f1028b318dea2cd30c395c41b8abc9bbf106b3787f095d79919d xmltv-0.5.68.tar.bz2" -sha512sums="bf21837d3804058c6cbfeb0e75af57e5d6e3cd35da40c96291c951bdadc3b4dbfa64c8145a4e2129713b65e7540e1d5da08fe6fbab4c7561ec448f2ce07acbd5 xmltv-0.5.68.tar.bz2" +sha512sums="b76991bdcf2803f67c0c24b52d44b62ebfc37f177dbfb31a781fefe420ee5a575b522ed6a6669fa9f0462ac866abd382a1b3fe2cf91d3bfab1758f95facd333c xmltv-0.5.69.tar.bz2" |