From ff99565e9b30357259e557efd2f22bcbc40ca116 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 30 Apr 2013 19:56:24 +0200 Subject: [PATCH] release 2013.04.31 --- 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 b43c95c58..7af5dc63d 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.30 (sig)

+

2013.04.31 (sig)

- Windows exe (sig - 78c2e7f5f131eca131894891b3527eb0a2a0bddb55d247d73ce77e070231390a)
- Full source + docs + binary tarball (sig - bb09c66acfc837fdae0d2b7be2d4b952edb3abdc08947d7396f01edeb9e9da48) + Windows exe (sig - 676641b9fb3896f764c69253f6c7435cc0169274dff6e41237722b6389948eab)
+ Full source + docs + binary tarball (sig - 42c2e7689f0efc7c9e35d2377ea49dcf572601efe41bc0d6a639488585bbbb50)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.04.30/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.31/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.30/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.31/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 a78c0804f..c8481c79b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.04.30 \ No newline at end of file +2013.04.31 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 90fc00e58..76b0ce270 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-04-30T18:27:05.782724 + 2013-04-30T19:56:24.081643 youtube-dl-2012.02.22 @@ -349,4 +349,19 @@ 2013-04-30 + + youtube-dl-2013.04.31 + New version 2013.04.31 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.04.31/ +
+
+ + The youtube-dl maintainers + + 2013-04-31 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 635695d2c..4fe2ba611 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.04.30", - "signature": "1be7bf995d46a3de722ced32e4566d8a1b0d7159d9646ab46fcf885f1cde317e9853c43474fc336a2e4d0b6926f9194670d1bfd2adb1947693351b4a02febdb740adc15eda9be6463be18860ebed8ffd678e218f17030e5e14002bb403ab52904d559c59df74619268f1ea4e8be2aab1492451938e9b872d76a69d546c679141", + "latest": "2013.04.31", + "signature": "5af915abad8ad40b6e5f1275aab26ab66058f83f8d0fa42aeb5fef0040659e12a852b8cb4121be73925e4df0ea956011a25ea2d7ca712f9fe97a652f100560571cf9fdd2c7edbf8f0e2ce246cd2eb54e46159730612746074955a5c23ce2e9e406e45704b368e4f245f3079a3aae0e8b7b79ef30bfaf0d9585ca9646e3f62ff7", "versions": { "2012.02.22": { "bin": [ @@ -329,6 +329,20 @@ "http://youtube-dl.org/downloads/2013.04.30/youtube-dl-2013.04.30.tar.gz", "bb09c66acfc837fdae0d2b7be2d4b952edb3abdc08947d7396f01edeb9e9da48" ] + }, + "2013.04.31": { + "bin": [ + "http://youtube-dl.org/downloads/2013.04.31/youtube-dl", + "0f7a69460db9f1384d974bd2fc0a232ed089b0a6b0de4a8a45b241aef36b9936" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.04.31/youtube-dl.exe", + "676641b9fb3896f764c69253f6c7435cc0169274dff6e41237722b6389948eab" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.04.31/youtube-dl-2013.04.31.tar.gz", + "42c2e7689f0efc7c9e35d2377ea49dcf572601efe41bc0d6a639488585bbbb50" + ] } } } \ No newline at end of file