diff --git a/.gitignore b/.gitignore index 1734d68..640d132 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,5 @@ /youtube-dl-2015.07.04.tar.gz.sig /youtube-dl-2015.08.06.1.tar.gz /youtube-dl-2015.08.06.1.tar.gz.sig +/youtube-dl-2015.09.09.tar.gz +/youtube-dl-2015.09.09.tar.gz.sig diff --git a/sources b/sources index 0af97fe..c34501d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -fe6b22562743fe5f18e04b6672042ac9 youtube-dl-2015.08.06.1.tar.gz -d38b7c07bb4d1a0f8b0b860cf19615ef youtube-dl-2015.08.06.1.tar.gz.sig +98c6a8278932cc7f6bda7bbdf92f32c5 youtube-dl-2015.09.09.tar.gz +358143cc9e99e9da223933c030bc8167 youtube-dl-2015.09.09.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index 5d53d3a..58ba542 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -6,7 +6,7 @@ %endif Name: youtube-dl -Version: 2015.08.06.1 +Version: 2015.09.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 +* Sun Sep 20 2015 Matěj Cepl - 2015.09.09-1 +- Update to the latest release (#1251785) + * Sat Aug 08 2015 Matej Cepl - 2015.08.06.1-1 - Update to the latest release (#1240646)