From f172f50972d4560064305f797a169b7a89d22661 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 29 Jun 2013 17:36:18 +0200 Subject: [PATCH] release 2013.06.34.3 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 6db68353a..6bb14cff2 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.06.34.2 (sig)

+

2013.06.34.3 (sig)

- Windows exe (sig - 9c096410a1d950319218bc12ccb2307a3396f6e1843d8b517270698fe5da7d5e)
- Full source + docs + binary tarball (sig - f94b6f3daccb45d21d8cc66d8b4357f986825ca4059f734b8c2a82f134785ca3) + Windows exe (sig - 7b003bba0945b014b70ebc5791f7aeafd076d3953bb8af28ccd2599fabf0e77b)
+ Full source + docs + binary tarball (sig - b199645ac18cb9b5b8d0de5d83691c295b96f582b23ae4aafc0885dfea6fa579)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.06.34.2/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.06.34.3/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.06.34.2/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.06.34.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 73e6a63b6..eec03611d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.06.34.2 \ No newline at end of file +2013.06.34.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 355ae1b94..17ac3e62e 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-06-27T21:06:56.028125 + 2013-06-29T17:36:17.342504 youtube-dl-2012.02.22 @@ -679,4 +679,19 @@ 2013-06-34-2 + + youtube-dl-2013.06.34.3 + New version 2013.06.34.3 + + + + + + The youtube-dl maintainers + + 2013-06-34-3 + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6f6e2083c..92811c110 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.06.34.2", - "signature": "9146a98ca9a72656ba5db13897233c7131e44b63c4804a323387ded1b8c5bd55290d791cde529cc9afc2ee2a249135f4cf98aa569c6fd5594afbb51d70b9c1853be61c222613e208d7c533b02df6008000aa151e8c1c60f76c466ef8e6b81a03f42e788ce8cdb07f41b25720b52efcd02c047c08654a32ad117cf9e07c542217", + "latest": "2013.06.34.3", + "signature": "08c16411dc11e5c843f325699d5108f91e2d71dc239af1e086888c84de687f485e640b4f8245547f6b8f43d8a544bbc6b6cc55c4efde204cb073854b5f742e027f4cdc21b8457c7a0055c4e2baf11e4c9e974620920df4ee0f5c8efc546ebbbd77d597c80359e9f9c9f80e43d2b695deccead82048895ca599fd986069140c3d", "versions": { "2012.02.22": { "bin": [ @@ -637,6 +637,20 @@ "http://youtube-dl.org/downloads/2013.06.34.2/youtube-dl-2013.06.34.2.tar.gz", "f94b6f3daccb45d21d8cc66d8b4357f986825ca4059f734b8c2a82f134785ca3" ] + }, + "2013.06.34.3": { + "bin": [ + "http://youtube-dl.org/downloads/2013.06.34.3/youtube-dl", + "5e11808fd8a0c0ec8a6b7f655eb6d6f1d52213a00331dc9c5226c2036689fa17" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.06.34.3/youtube-dl.exe", + "7b003bba0945b014b70ebc5791f7aeafd076d3953bb8af28ccd2599fabf0e77b" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.06.34.3/youtube-dl-2013.06.34.3.tar.gz", + "b199645ac18cb9b5b8d0de5d83691c295b96f582b23ae4aafc0885dfea6fa579" + ] } } } \ No newline at end of file