From 06d39b4c6a181e1f200fc96b2f87ca84652353dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 14 Apr 2016 22:04:43 +0200 Subject: [PATCH] Update to the latest release. --- .gitignore | 2 ++ sources | 4 ++-- youtube-dl.spec | 7 +++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b7973f8..6dc386b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ /youtube-dl-2016.02.13.tar.gz.sig /youtube-dl-2016.03.06.tar.gz /youtube-dl-2016.03.06.tar.gz.sig +/youtube-dl-2016.04.13.tar.gz +/youtube-dl-2016.04.13.tar.gz.sig diff --git a/sources b/sources index f2af152..c408907 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -16f2b337c9adcec228c15a24c3dbc6b0 youtube-dl-2016.03.06.tar.gz -071f03f730947eb5b15101e108fe255f youtube-dl-2016.03.06.tar.gz.sig +a0d719543e849c5c374f6a7b028575e7 youtube-dl-2016.04.13.tar.gz +828804cff59e179ad879e9ff98919eb2 youtube-dl-2016.04.13.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index 74b307a..66ac8e2 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -6,8 +6,8 @@ %endif Name: youtube-dl -Version: 2016.03.06 -Release: 2%{?dist} +Version: 2016.04.13 +Release: 1%{?dist} Summary: A small command-line program to download online videos License: Unlicense URL: https://yt-dl.org @@ -91,6 +91,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %changelog +* Thu Apr 14 2016 Matěj Cepl 2016.04.13-1 +- Update to the latest release. + * Mon Mar 21 2016 Till Maas - 2016.03.06-2 - Use gpgv2 for source verification