diff --git a/.gitignore b/.gitignore index 32635fb..d234a1c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ /youtube-dl-2014.09.22.1.tar.gz.sig /youtube-dl-2014.11.02.1.tar.gz /youtube-dl-2014.11.02.1.tar.gz.sig +/youtube-dl-2014.11.13.tar.gz +/youtube-dl-2014.11.13.tar.gz.sig diff --git a/sources b/sources index e6d629d..4766a38 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -9b6419e64c8d249e8c482893f35e1c8f youtube-dl-2014.11.02.1.tar.gz -af8128c8fd6a844e0f946c786979943f youtube-dl-2014.11.02.1.tar.gz.sig +dd251814d18d7cb9d8ac0fe88821dc74 youtube-dl-2014.11.13.tar.gz +18af854addb34574f3ebf3c07202ecfa youtube-dl-2014.11.13.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index a01ad2f..e783435 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2014.11.02.1 +Version: 2014.11.13 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -46,6 +46,9 @@ install -pm644 %{S:3} %{buildroot}%{_sysconfdir} %{_datadir}/zsh/site-functions/_youtube-dl %changelog +* Thu Nov 13 2014 Jon Ciesla - 2014.11.13-1 +- Update to latest release. + * Mon Nov 03 2014 Till Maas - 2014.11.02.1-1 - Update to latest release - Add zsh completion file