From 8a42178a6a6b4841979453a61fbf142f031f19ad Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 4 May 2013 07:17:52 +0200 Subject: [PATCH] release 2013.05.04 --- 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 5d3c6a060..7f807c856 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.01 (sig)

+

2013.05.04 (sig)

- Windows exe (sig - 9f30264f99a298a1e40af3c64679228507a8a58ccecbe498801002e4bd60134c)
- Full source + docs + binary tarball (sig - 6e4f9e74fa8a1c5924a393150e0ee7013851450cd7f08c474ee17de2a19f762d) + Windows exe (sig - 7523fdbbf262e58635c35f8bc905b5cfd4877cbcb7e40367e06ad3f85656b1ea)
+ Full source + docs + binary tarball (sig - bdd61463b9ba7820fa97fd2b4c4bc57b7191261bb2f3ff31cf61b6b53e389894)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.05.01/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.04/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.01/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.04/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 b6c9f82f7..523cd1e6c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.05.01 \ No newline at end of file +2013.05.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c34fcd648..06f2034d1 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-05-01T14:11:34.933645 + 2013-05-04T07:17:51.992097 youtube-dl-2012.02.22 @@ -379,4 +379,19 @@ 2013-05-01 + + youtube-dl-2013.05.04 + New version 2013.05.04 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.05.04/ +
+
+ + The youtube-dl maintainers + + 2013-05-04 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 9660d2d48..fc532bac1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.05.01", - "signature": "16f00b0f1551345d445b4df57e018409e2e2ff9686e88485cadae794322b97d8a911b928bb99d36a7d51ea9488c875991f2d46bdfa745f14d711ad629d62621c329f7a73323a53b481b836c4df3e949a6fbc8909aa2a660c1729461261ebbd998efc42cdffcd43ec351bc45495022ce678f667308f002d6ef38e172d3472a210", + "latest": "2013.05.04", + "signature": "04197a94703acca5a8f6839ebb647731afd63b8ecb77da3f6c6c4f79b8c2f41cbc18cde75ac1252f3f5a5a6947a60f687620795787be5bf90a964e76ef418b84a7475fa4ddcabbd9c247e840c8e0be5d1f75eca04d4370c6c802c2afdbf389f0984e7dd67a41c6e2f6e650a9b29723617b3639904ad1844a57c639b2e3de8f6a", "versions": { "2012.02.22": { "bin": [ @@ -357,6 +357,20 @@ "http://youtube-dl.org/downloads/2013.05.01/youtube-dl-2013.05.01.tar.gz", "6e4f9e74fa8a1c5924a393150e0ee7013851450cd7f08c474ee17de2a19f762d" ] + }, + "2013.05.04": { + "bin": [ + "http://youtube-dl.org/downloads/2013.05.04/youtube-dl", + "5787541723eedeae5e5bf3bad6b54065a676f6ead9adac700b59eae898f92995" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.05.04/youtube-dl.exe", + "7523fdbbf262e58635c35f8bc905b5cfd4877cbcb7e40367e06ad3f85656b1ea" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.05.04/youtube-dl-2013.05.04.tar.gz", + "bdd61463b9ba7820fa97fd2b4c4bc57b7191261bb2f3ff31cf61b6b53e389894" + ] } } } \ No newline at end of file