From e299dbb8c9aa7742e277bf705e3c43acae4b190b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 11 Jul 2014 10:53:48 +0200 Subject: [PATCH] release 2014.07.11 --- 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 2e698c5a8..73850cd4d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

-

2014.07.10 (sig)

+

2014.07.11 (sig)

- Windows exe (sig - 21b0784d47213476b81d67b57c5697307a1ddd16b2477a4d2a127941632ea7d6)
- Full source + docs + binary tarball (sig - 502588b8bce748644c3860975547a4f3b26695e5fb1cc2f5a8ffac00cbe17c56) + Windows exe (sig - dd26305481d64fe6268f9431f07a3951d46044bef6fbde6bba9a3a47f81583da)
+ Full source + docs + binary tarball (sig - ca001173979e688bd9fbdfc2536f0b400b5faf02323ba22ebe24a1267c319c2d)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.07.10/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.07.11/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+x /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/2014.07.10/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.07.11/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /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/2014.07.10/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/2014.07.11/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 e7393563a..d0f3a3768 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.07.10 \ No newline at end of file +2014.07.11 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b5c5ef3e9..8857006e1 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 - 2014-07-10T14:57:53.551593Z + 2014-07-11T10:53:46.338719Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4880,4 +4880,19 @@ 2014-07-10T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.11 + New version 2014.07.11 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.07.11/ +
+
+ + The youtube-dl maintainers + + 2014-07-11T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 18a3eee00..1d38ca9ab 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.07.10", - "signature": "1277b45b915c7f32cfbc827181171b53135bb1db5b3ee72052abab19462902302fa61f6ab549d9a11c4c9c80b37eb3c4153b2158b156497262066b9a12f372c69f5fe45a4ed767aceba688ae4b559239ee454d57a48658dab020215256bf6db74f97fc8e51ae8640a8fc6a9f0dfb7ebd2e8a6f245c855296fc0a87ed6c562b11", + "latest": "2014.07.11", + "signature": "831d933bc7cfaf2b0fa63235cf9cd8ed4c16eb48e505d2c6ada699e4eb24fba1b56604f9d539deb6caa50bf4c02ad2de03ccc9d1e7ab1a0d49fc19d762280af02865b241844c85ff8bc2b25d1d6f758bcf224b38ac5bf7872197eb3d53daa245857b763ba6c5a66440aebb9327d6e34c5219548dfffff566be176b6d6ab19851", "versions": { "2012.02.22": { "bin": [ @@ -4557,6 +4557,20 @@ "https://yt-dl.org/downloads/2014.07.10/youtube-dl-2014.07.10.tar.gz", "502588b8bce748644c3860975547a4f3b26695e5fb1cc2f5a8ffac00cbe17c56" ] + }, + "2014.07.11": { + "bin": [ + "https://yt-dl.org/downloads/2014.07.11/youtube-dl", + "48b1fd2bceec86f3a0fa8448c0de02a2908c8ade71a65728b50160c85a22a756" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.07.11/youtube-dl.exe", + "dd26305481d64fe6268f9431f07a3951d46044bef6fbde6bba9a3a47f81583da" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.07.11/youtube-dl-2014.07.11.tar.gz", + "ca001173979e688bd9fbdfc2536f0b400b5faf02323ba22ebe24a1267c319c2d" + ] } } } \ No newline at end of file