diff --git a/download.html b/download.html index 3c34bac17..69d672c0f 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.11.2 (sig)

+

2014.07.11.3 (sig)

- Windows exe (sig - d71b713aebd900cd9574832acbb39cb8855ac132344820d8092358698d921231)
- Full source + docs + binary tarball (sig - 72919ca4f935a0b74c7264f31580903d2ec16b3288233b9d844182ae4e09364c) + Windows exe (sig - a26bfded88aeced295bcd98f6a7d05c26caed3ad225e36d010b9cd4f0cbf963d)
+ Full source + docs + binary tarball (sig - 81e4b8c7697649518852caa0cb1cddc86b38c712c5a11c2e6a64ffe37d011936)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.07.11.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.07.11.3/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.11.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.07.11.3/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.11.2/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.3/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 d57bbedec..e61fa23f6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.07.11.2 \ No newline at end of file +2014.07.11.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 424b95cf5..99748f526 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-11T13:38:39.248811Z + 2014-07-11T17:30:25.136055Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4925,4 +4925,19 @@ 2014-07-11T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.11.3 + New version 2014.07.11.3 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.07.11.3/ +
+
+ + The youtube-dl maintainers + + 2014-07-11T00:00:03Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3cceffb05..b1a41129d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.07.11.2", - "signature": "136513b6ce1c2542ed2886514428895c9fe30602a88df8e5823e999228867d96cd4010aa46844b1c5287b329b590f21c7becc90785af9d2d3d58777ba842106960f7d8c5310f6499c08e074627d8f0b659b0bf111de5712c832aa68018c204c4be08d250c966be544f3186051d8a0c72f5ac88a632705329a89c3daa7803d9ab", + "latest": "2014.07.11.3", + "signature": "102d4370218d5f1e842441fa53606885c5f24cf7efe6aa44a004caa3509118216f6b9b9d920dc2aaccb0239bbc1b2d409f1f44b229fd32974f346cb6884b76a1bed845ce774bde90abd2294c374052f22220068335238b4a6033f60ca3acb63032166814480a7999605296a97a877d4b4aa04ba97c7d5593c81a500aa6b13f1a", "versions": { "2012.02.22": { "bin": [ @@ -4599,6 +4599,20 @@ "https://yt-dl.org/downloads/2014.07.11.2/youtube-dl-2014.07.11.2.tar.gz", "72919ca4f935a0b74c7264f31580903d2ec16b3288233b9d844182ae4e09364c" ] + }, + "2014.07.11.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.07.11.3/youtube-dl", + "7b5bcf90f1949b457103d1b4e88825530686fffb483ce649dc9bc04030ef2aa9" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.07.11.3/youtube-dl.exe", + "a26bfded88aeced295bcd98f6a7d05c26caed3ad225e36d010b9cd4f0cbf963d" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.07.11.3/youtube-dl-2014.07.11.3.tar.gz", + "81e4b8c7697649518852caa0cb1cddc86b38c712c5a11c2e6a64ffe37d011936" + ] } } } \ No newline at end of file