diff --git a/.gitignore b/.gitignore index 640d132..30e5b7b 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,5 @@ /youtube-dl-2015.08.06.1.tar.gz.sig /youtube-dl-2015.09.09.tar.gz /youtube-dl-2015.09.09.tar.gz.sig +/youtube-dl-2015.10.09.tar.gz +/youtube-dl-2015.10.09.tar.gz.sig diff --git a/sources b/sources index c34501d..d8b8f0f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -98c6a8278932cc7f6bda7bbdf92f32c5 youtube-dl-2015.09.09.tar.gz -358143cc9e99e9da223933c030bc8167 youtube-dl-2015.09.09.tar.gz.sig +5004d1263e3184b64d1db9c4b2a93472 youtube-dl-2015.10.09.tar.gz +cdaf7180a3f0cc43ba8ecb64dbed613d youtube-dl-2015.10.09.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index 58ba542..0972e98 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -6,7 +6,7 @@ %endif Name: youtube-dl -Version: 2015.09.09 +Version: 2015.10.09 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 +* Fri Oct 09 2015 Matěj Cepl - 2015.10.09-1 +- Update to the latest release (#1265448) + * Sun Sep 20 2015 Matěj Cepl - 2015.09.09-1 - Update to the latest release (#1251785)