From 375db3649bf848928c85acac9b2853d024673ebd Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 27 Jun 2013 13:06:57 +0200 Subject: [PATCH] release 2013.06.34 --- 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 10d0b6b9a..9bcd1f726 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.33 (sig)

+

2013.06.34 (sig)

- Windows exe (sig - e9964afd2a69b8895e2c88aa06ee7829a64845cf28da53ba000e7baf017517a4)
- Full source + docs + binary tarball (sig - 4174df480276f74dce1213663668cce73dbc495b4e3b84259ab709f7d2bb9a46) + Windows exe (sig - 0cd250a709ba9367c324c1f41277a6032d8c31c444d63ed3fb0e7e52a67bee13)
+ Full source + docs + binary tarball (sig - cdb903e9e801d6eaee5dab8855fd8f6902df0b158a473dcd84cb6ee50b97b8f1)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.06.33/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/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.33/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/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 f850f7c55..46ccb01e9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.06.33 \ No newline at end of file +2013.06.34 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index dfe79cb29..df6f600bf 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-06-25T22:45:44.218930 + 2013-06-27T13:06:56.806297 youtube-dl-2012.02.22 @@ -634,4 +634,19 @@ 2013-06-33 + + youtube-dl-2013.06.34 + New version 2013.06.34 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.06.34/ +
+
+ + The youtube-dl maintainers + + 2013-06-34 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8beb64526..788cc1895 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.06.33", - "signature": "32ddcafbaa7672b6f3ba198a91c1ed7bc89941df776c1a6d1c2263536a0f1f3868664daf018204678e81221768b315af004788ea76cc6eb0fa83964ac6ff6b70e0c813d63310be695db84741a2cda1ecfbde7e1ae8bef7045b5060f8c0408ee3e69425fe7819fa73835c22ecff90183087ad3af199e3ae097c6a0e36d53b7776", + "latest": "2013.06.34", + "signature": "48930ef1ee997cff6c982d5997eb23dda3b6bb75e356c068490e37f776dbb145fe58e339525618a8c3721258027664dfa5f7bab1f57d362c713d8aa4071156100f95b6fb445f71e647376bb491e3aecd5b45f9cdb9f9099231aa76e1f9ff69d19f08d7fba7f6dd58f2523d95190f874c5357ce4b291f309dca8829fa2583738e", "versions": { "2012.02.22": { "bin": [ @@ -595,6 +595,20 @@ "http://youtube-dl.org/downloads/2013.06.33/youtube-dl-2013.06.33.tar.gz", "4174df480276f74dce1213663668cce73dbc495b4e3b84259ab709f7d2bb9a46" ] + }, + "2013.06.34": { + "bin": [ + "http://youtube-dl.org/downloads/2013.06.34/youtube-dl", + "206289edefa8944f2b12d17d4431441dd960f1af19bfa622bbab7fe1429d7398" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.06.34/youtube-dl.exe", + "0cd250a709ba9367c324c1f41277a6032d8c31c444d63ed3fb0e7e52a67bee13" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.06.34/youtube-dl-2013.06.34.tar.gz", + "cdb903e9e801d6eaee5dab8855fd8f6902df0b158a473dcd84cb6ee50b97b8f1" + ] } } } \ No newline at end of file