From f7d5b3250757c3ef5d89ffeefbf86f4fb63b309b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 6 Oct 2015 23:50:03 +0200 Subject: [PATCH] release 2015.10.06.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 0b7829a81..ab1e5be75 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

-

2015.10.06.1 (sig)

+

2015.10.06.2 (sig)

- Windows exe (sig - c30760f7ba09d8b39a94a72c76dd7482760167bda72482654578215971521d78)
- Full source + docs + binary tarball (sig - ff24123a6316d410e3dbdb7c496615851296d2cfb2245432931ef2bb350ae33b) + Windows exe (sig - e499bea00a5986b4df4b19ec421cca842def00ad99c15f23fd72535acf8ef29d)
+ Full source + docs + binary tarball (sig - 5907be4d930ce68c3ed4b555e1c2f1f7a47069cfe7638300c4f124afca0fb25f)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.10.06.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.10.06.2/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.10.06.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.10.06.2/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

@@ -53,7 +53,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.10.06.1/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget https://yt-dl.org/downloads/2015.10.06.2/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig

The following GPG keys will be used to sign the binaries and the git tags:

diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 55959fec9..2419515ec 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.10.06.1 \ No newline at end of file +2015.10.06.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d32f82852..7ae75ca64 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-10-06T17:48:38.322718Z + 2015-10-06T23:50:01.772712Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8555,4 +8555,19 @@ 2015-10-06T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.10.06.2 + New version 2015.10.06.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.10.06.2/ +
+
+ + The youtube-dl maintainers + + 2015-10-06T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c1042fc8f..09ddca2a3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.10.06.1", - "signature": "5ab38a36e4483310c826e202966336c79eb0cc0afa024dde6b5489f56dccd544e04a029edaf71a84bc8c4dd635755b0d016b3861bb91fc10d149def88be6ca7b2f91727dc570c6df9935c50deec08a7d14073f613a859b31eae073f57cc4f22c540afd2a55137f2d772290ba701de1f13fe45cd08afb6375586a12d4fe2903c7", + "latest": "2015.10.06.2", + "signature": "55922ddc1b36997325569134c12f105ddebd2bffea22cb3d68656499c8edd4cc927b5e0dc169095accd5fca7ec62da406170ffd592c9847f7cfbf67609f5b90b15b06f257a29f812cb991be270c3f234d6354d7db20b89f6f7b44d8c023336078fc5e080f300eb30299a39566ca078393506dd2492ba62dbe93c96ea3c5fce78", "versions": { "2012.02.22": { "bin": [ @@ -7987,6 +7987,20 @@ "https://yt-dl.org/downloads/2015.10.06.1/youtube-dl-2015.10.06.1.tar.gz", "ff24123a6316d410e3dbdb7c496615851296d2cfb2245432931ef2bb350ae33b" ] + }, + "2015.10.06.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.10.06.2/youtube-dl", + "bebd4339af57349ab5e694f80ccc914663d53933b99b53fc4c93907cc2ad9d1b" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.10.06.2/youtube-dl.exe", + "e499bea00a5986b4df4b19ec421cca842def00ad99c15f23fd72535acf8ef29d" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.10.06.2/youtube-dl-2015.10.06.2.tar.gz", + "5907be4d930ce68c3ed4b555e1c2f1f7a47069cfe7638300c4f124afca0fb25f" + ] } } } \ No newline at end of file