From 46d641a918379a33015bd19976ec49346fe7f41b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 10 May 2013 02:00:07 +0200 Subject: [PATCH] release 2013.05.10 --- 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 7b2c35a63..ad19e933f 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.05.07 (sig)

+

2013.05.10 (sig)

- Windows exe (sig - e45ed68013d1b8d6f74e275f488a869e7a83a40c5a0a013584d9931ed9c0c1cf)
- Full source + docs + binary tarball (sig - 7d3f556fea249efdba5a8ab3a43a1743f0622e8229017e5f19a455740d562e45) + Windows exe (sig - 85076d15c15c775839a9eba11b2b0e1dee7ffa08edb9886f47b3dd691dafa470)
+ Full source + docs + binary tarball (sig - 0f0c28f0a3d681805ead4c60073e532741a74d588dccfe8451cc38ec1bd306f8)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.05.07/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.05.10/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.05.07/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.05.10/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 42a07fdb3..e1b51a31f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.05.07 \ No newline at end of file +2013.05.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 54ec91a69..5bac2e4fc 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-05-05T21:25:12.785228 + 2013-05-10T01:59:48.325603 youtube-dl-2012.02.22 @@ -424,4 +424,19 @@ 2013-05-07 + + youtube-dl-2013.05.10 + New version 2013.05.10 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.05.10/ +
+
+ + The youtube-dl maintainers + + 2013-05-10 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4f5e2ab63..4f0f2183e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.05.07", - "signature": "5c6fde28d9acf12836c372c0a7db4a99e0af276cb52d517f80c6039b49b75fc02b28dd657354c68fe9465477424f0d722f3c4c6c3c083bd6048b892e0e7dc825f3bbbcac0ba89d17dba6f2ff5a811c08c613413c4f20ece5b4c44c222675b04b6712c66b0b51d9257f712ffd6d9661b8b68564c2db6f0a2d17e0f96087c619a7", + "latest": "2013.05.10", + "signature": "1b5b1cec297f5e208e8b98d0461e07a3dac18f171085a12828043e1b2733f6dd49c445497ddba393d6c729ae98a549b34542c0a79d82d031f526928816c0fbf68005ca5f69e1fcc4fe549d1e6c76c024954efb817c664da07e54f62cb9a22bcba6cafae2eaf0ad9a438dcd7762ae613e11f8f050987de01d564240238e76180f", "versions": { "2012.02.22": { "bin": [ @@ -399,6 +399,20 @@ "http://youtube-dl.org/downloads/2013.05.07/youtube-dl-2013.05.07.tar.gz", "7d3f556fea249efdba5a8ab3a43a1743f0622e8229017e5f19a455740d562e45" ] + }, + "2013.05.10": { + "bin": [ + "http://youtube-dl.org/downloads/2013.05.10/youtube-dl", + "b1000ab4fefa7d85d3031eb6d95ac4e38b7d81cf043a66c175fc74d1a2a56a4a" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.05.10/youtube-dl.exe", + "85076d15c15c775839a9eba11b2b0e1dee7ffa08edb9886f47b3dd691dafa470" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.05.10/youtube-dl-2013.05.10.tar.gz", + "0f0c28f0a3d681805ead4c60073e532741a74d588dccfe8451cc38ec1bd306f8" + ] } } } \ No newline at end of file