From fa6bc20e2322905a6303fb1848865f095ef02887 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 22 Apr 2013 20:37:04 +0200 Subject: [PATCH] release 2013.04.22 --- 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 86820d38b..1962f0034 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.04.21 (sig)

+

2013.04.22 (sig)

- Windows exe (sig - 6d92c0574fc0421aebd47e784bf513a14d52d92e72a285da08a614911c8e6d83)
- Full source + docs + binary tarball (sig - 2b69325eb06fec89acb9d82dab87ceb4d97ab5b3d1e98ebd16aae241b78fa100) + Windows exe (sig - 434c20531f513fddfb969268df9a912d4dbc3ee5978dc91031d43696258c327c)
+ Full source + docs + binary tarball (sig - 51456555c8b8f116bf738e60fdf2eb3cf75e441e3150195ab3a0182eab4c29d3)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.04.21/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.04.22/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.04.21/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.04.22/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 bff5d78fb..1fa36448a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.04.21 \ No newline at end of file +2013.04.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d79f99a1b..15d181d84 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-04-21T13:00:36.142600 + 2013-04-22T20:37:04.422238 youtube-dl-2012.02.22 @@ -289,4 +289,19 @@ 2013-04-21 + + youtube-dl-2013.04.22 + New version 2013.04.22 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.04.22/ +
+
+ + The youtube-dl maintainers + + 2013-04-22 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0c9acd0fd..684935477 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.04.21", - "signature": "617fa225a4350d8e04a339f260e50c3d6390a9d1731b7b67e43e8c35207f8a00f3d6aaf77b1060fd923ec13f1901bf1f21815feacc6991fcdb7144ead1041ab5f43a54a61181bdfd9237b1fb552975cc0cf6711a5643add4533c9e4bee652f9388f2e882a8c014c7dfb884c1039c55f3ba2f6fd5e7befe426fbcc1e57ab139db", + "latest": "2013.04.22", + "signature": "36e5f5ab5b78987174bf75180aee9c33111b7b759791c4eb789473511f6b97823e9045e6ec16508f90bf057f74ef7601c2fe062ada24b182203ac5513d318e6ca0773dbdaffa0abf0fc80983f32b358fb3744fdeb9dcbb9b259a1adb1e75bf06412cdf87630c2eaf4469a0697d52a350ba828a8b3ecd7171ad179a0e5a64cd08", "versions": { "2012.02.22": { "bin": [ @@ -270,6 +270,20 @@ "http://youtube-dl.org/downloads/2013.04.21/youtube-dl-2013.04.21.tar.gz", "2b69325eb06fec89acb9d82dab87ceb4d97ab5b3d1e98ebd16aae241b78fa100" ] + }, + "2013.04.22": { + "bin": [ + "http://youtube-dl.org/downloads/2013.04.22/youtube-dl", + "3ce523ffa87337b7d5641c85fcc5d569ae665648c5364ddddfb7d313e13df735" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.04.22/youtube-dl.exe", + "434c20531f513fddfb969268df9a912d4dbc3ee5978dc91031d43696258c327c" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.04.22/youtube-dl-2013.04.22.tar.gz", + "51456555c8b8f116bf738e60fdf2eb3cf75e441e3150195ab3a0182eab4c29d3" + ] } } } \ No newline at end of file