From 1824d8081300e2d49c8aac46a3bc4b9fb0ecda67 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 8 Jul 2013 02:09:19 +0200 Subject: [PATCH] release 2013.07.08.1 --- 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 b0f147e74..e5577225d 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.07.08 (sig)

+

2013.07.08.1 (sig)

- Windows exe (sig - 200ba53c2f77dc65bddee2648d6173827295f9c1cb0d17fcfb1edd32de333184)
- Full source + docs + binary tarball (sig - 84aacc1e8031e82f6e48db169b802e830bc1a555dbb03ffaad9f10d4fbd110c5) + Windows exe (sig - 27a7a5ab7a2dd22654d60617d580887f52200d77ec774020c179715a6c57e71f)
+ Full source + docs + binary tarball (sig - 8035b5e6e7ba63aa8cd46b93cc0a31ff1d28bbfe2d97eb5fe0490dd7fa087cf5)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.07.08/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.07.08.1/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.07.08/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.07.08.1/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 51a78e326..f1c31553c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.07.08 \ No newline at end of file +2013.07.08.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8dd4ad88a..05244c495 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-07-08T01:35:29.254024 + 2013-07-08T02:09:18.620957 youtube-dl-2012.02.22 @@ -784,4 +784,19 @@ 2013-07-08 + + youtube-dl-2013.07.08.1 + New version 2013.07.08.1 + + + + + + The youtube-dl maintainers + + 2013-07-08-1 + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 443dde017..ddce5012d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.07.08", - "signature": "4b8cd8b1db990413c0ab09e81fb165105eb98449902478b3b12e2d3b65faf7156d3a9276e50cce754dee5eb77fb74f1fa29b9b60ecd16ead8e36ebca66d81d4e843f61c6e52fe49b499906d094e93d068e5a75724862d8b7129c94828f753ba32f64b7a869cb8f41b5ff51e29d6eb3f6ded4101f3b0e35e9ef5202d2977a983c", + "latest": "2013.07.08.1", + "signature": "78c9b4dacef5a034e8c1b8b021bf85974729f76fd60e1df2a1313ba3a0b39ae0bea61371d7f3cb1e682261bde6fb5b3f510b9a84610e1b509499dfa9b351c8bac1b4d3791f6cfc5d1a8c1151ffd8d35189edb22319fb9d73f9a304356c35e5fa030f70f9978222f2ed8b2106de53c6b64e4b72014b7e1eef2d00221a6822305a", "versions": { "2012.02.22": { "bin": [ @@ -735,6 +735,20 @@ "http://youtube-dl.org/downloads/2013.07.08/youtube-dl-2013.07.08.tar.gz", "84aacc1e8031e82f6e48db169b802e830bc1a555dbb03ffaad9f10d4fbd110c5" ] + }, + "2013.07.08.1": { + "bin": [ + "http://youtube-dl.org/downloads/2013.07.08.1/youtube-dl", + "3f39d3c9811f53064056b9b2cb4622fc2ae3bddddb44965dde5e388204787a6c" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.07.08.1/youtube-dl.exe", + "27a7a5ab7a2dd22654d60617d580887f52200d77ec774020c179715a6c57e71f" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.07.08.1/youtube-dl-2013.07.08.1.tar.gz", + "8035b5e6e7ba63aa8cd46b93cc0a31ff1d28bbfe2d97eb5fe0490dd7fa087cf5" + ] } } } \ No newline at end of file