From e17bdd395139dcf4166f6f3ea4f281614de0895a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 19 May 2016 12:26:08 +0200 Subject: [PATCH] Update to the latest upstream release. --- .gitignore | 2 ++ sources | 4 ++-- youtube-dl.spec | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5205939..95ac618 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ /youtube-dl-2016.04.13.tar.gz.sig /youtube-dl-2016.05.01.tar.gz /youtube-dl-2016.05.01.tar.gz.sig +/youtube-dl-2016.05.16.tar.gz +/youtube-dl-2016.05.16.tar.gz.sig diff --git a/sources b/sources index dd2c45a..ca651cd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -86b178f328823408d7ff19454fbcb645 youtube-dl-2016.05.01.tar.gz -a1a6a15b2ec7bdefdb213dea59c8cb18 youtube-dl-2016.05.01.tar.gz.sig +f50b53b9938eeb43a2466e451e71f474 youtube-dl-2016.05.16.tar.gz +e2efc06e39fada6d5267d9236af01683 youtube-dl-2016.05.16.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index 7e004a3..c14b56b 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -6,7 +6,7 @@ %endif Name: youtube-dl -Version: 2016.05.01 +Version: 2016.05.16 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Unlicense @@ -91,6 +91,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %changelog +* Thu May 19 2016 Matěj Cepl 2016.05.16-1 +- Update to the latest upstream release. + * Wed May 4 2016 Matěj Cepl - 2016.05.01-1 - Update to the latest release.