diff --git a/.gitignore b/.gitignore index 483a33a..b7973f8 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ /youtube-dl-2015.12.23.tar.gz.sig /youtube-dl-2016.02.13.tar.gz /youtube-dl-2016.02.13.tar.gz.sig +/youtube-dl-2016.03.06.tar.gz +/youtube-dl-2016.03.06.tar.gz.sig diff --git a/sources b/sources index 0acae6e..f2af152 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -679f9c934108cac10de39f8d62828452 youtube-dl-2016.02.13.tar.gz -865e884cf5038a5d07678c9345172d5f youtube-dl-2016.02.13.tar.gz.sig +16f2b337c9adcec228c15a24c3dbc6b0 youtube-dl-2016.03.06.tar.gz +071f03f730947eb5b15101e108fe255f youtube-dl-2016.03.06.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index ab116f6..3bc894f 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -6,7 +6,7 @@ %endif Name: youtube-dl -Version: 2016.02.13 +Version: 2016.03.06 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 Mar 10 2016 Matěj Cepl - 2016.03.06-1 +- Update to latest release. + * Mon Feb 15 2016 Matěj Cepl - 2016.02.13-1 - Update to latest release.