From 6150e9f98b9a9089b5d9d68722494bcde01b2e18 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 17 Sep 2016 09:45:13 +0200 Subject: [PATCH] Update to latest upstream release --- .gitignore | 2 ++ sources | 4 ++-- youtube-dl.spec | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a02a7c0..f8ca251 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ /youtube-dl-2016.07.17.tar.gz.sig /youtube-dl-2016.08.31.tar.gz /youtube-dl-2016.08.31.tar.gz.sig +/youtube-dl-2016.09.15.tar.gz +/youtube-dl-2016.09.15.tar.gz.sig diff --git a/sources b/sources index 9ce3b1d..2484b25 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -9637b75e41d4ce875d2fd3c1c362aa30 youtube-dl-2016.08.31.tar.gz -0e6c927321c86f87ddb88696592dc59d youtube-dl-2016.08.31.tar.gz.sig +e7f4a76bdb891f1d90162fbcb61893c8 youtube-dl-2016.09.15.tar.gz +6c439e852ecb324e5ed3215b932e5e0e youtube-dl-2016.09.15.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index db6f06e..57bcaa5 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -6,7 +6,7 @@ %endif Name: youtube-dl -Version: 2016.08.31 +Version: 2016.09.15 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Unlicense @@ -96,6 +96,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %changelog +* Sat Sep 17 2016 Till Maas - 2016.09.15-1 +- Update to latest upstream release + * Tue Aug 30 2016 Matěj Cepl - 2016.08.31-1 - Update to the latest upstream release.