diff --git a/.gitignore b/.gitignore index 30e5b7b..4276721 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,5 @@ /youtube-dl-2015.09.09.tar.gz.sig /youtube-dl-2015.10.09.tar.gz /youtube-dl-2015.10.09.tar.gz.sig +/youtube-dl-2015.10.16.tar.gz +/youtube-dl-2015.10.16.tar.gz.sig diff --git a/sources b/sources index d8b8f0f..866852c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -5004d1263e3184b64d1db9c4b2a93472 youtube-dl-2015.10.09.tar.gz -cdaf7180a3f0cc43ba8ecb64dbed613d youtube-dl-2015.10.09.tar.gz.sig +08145c5c076fce196bc569fe49d9af62 youtube-dl-2015.10.16.tar.gz +b272e0e99db58028442e5eb78834d649 youtube-dl-2015.10.16.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index 0972e98..a4770e0 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -6,7 +6,7 @@ %endif Name: youtube-dl -Version: 2015.10.09 +Version: 2015.10.16 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Unlicense @@ -77,6 +77,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %changelog +* Sun Oct 18 2015 Matěj Cepl - 2015.10.16-1 +- Update to the latest release (#1270800) + * Fri Oct 09 2015 Matěj Cepl - 2015.10.09-1 - Update to the latest release (#1265448)