From 064abef36f2825606a76b0a7cc78a6df2b0eb690 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 24 Jun 2013 00:23:35 +0200 Subject: [PATCH] release 2013.06.25 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 19 +++++++++++++++++-- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 4cc7ea181..12c231775 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.23 (sig)

+

2013.06.25 (sig)

- Windows exe (sig - e9d0a2b7cc54d3ced252ed589883a00c3b4834a08f13e760721ed008c0696a07)
- Full source + docs + binary tarball (sig - 3c2f815a77adba3722a4b76bc61c7a4c131a76ae20350670f20c87ca42081ee4) + Windows exe (sig - c2f61a6f5afb2bb24a8d84b8b3f57373a323c5783e42fbe0206c39aed7ecc02a)
+ Full source + docs + binary tarball (sig - 63313eb2bb5bed2fa03f16a21cb6ea86d1f3dce156fd8f97d0b5effad00ca95a)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.06.23/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.25/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.23/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.25/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 21c75ea9a..c969e4179 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.06.23 \ No newline at end of file +2013.06.25 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3767dcc55..68e90767f 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-06-23T23:53:33.762507 + 2013-06-24T00:23:34.725594 youtube-dl-2012.02.22 @@ -499,4 +499,19 @@ 2013-06-23 - + + youtube-dl-2013.06.25 + New version 2013.06.25 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.06.25/ +
+
+ + The youtube-dl maintainers + + 2013-06-25 +
+ + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index bdd9b6729..b982292da 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.06.23", - "signature": "8d23ae7d6f606edd79bd68298aca4be88b9cef958378ec28715e914532397dfbee1dbe3fa2a2792317da57031c426b17a48c1d9550035346a03555ed0070f6c03c339993294a742bf3ee192d66a64b0c9d8ec723209893ab71f6e8ac218c3cf67222a28c260c1120b1680dca0e2187fb9efb44c587456220e2f282f8c369b795", + "latest": "2013.06.25", + "signature": "806dc487c5c36e64dac7760c5c1f4f3f3da884c1438021fb1b61b94d931280492540e2a3ba2893b67b9b9211a799e7defb210ef04290742199e5c5cac7d74c0fdd3c1de9a5c83a3012962019eb0c1a264f3620bee0f9f5573c64cc51138f605a2a23705cc1e9b4dae2af02aaf7af9382a3c24430f5131d8b00354f75dc59da70", "versions": { "2012.02.22": { "bin": [ @@ -469,6 +469,20 @@ "http://youtube-dl.org/downloads/2013.06.23/youtube-dl-2013.06.23.tar.gz", "3c2f815a77adba3722a4b76bc61c7a4c131a76ae20350670f20c87ca42081ee4" ] + }, + "2013.06.25": { + "bin": [ + "http://youtube-dl.org/downloads/2013.06.25/youtube-dl", + "5c0ee79b9a802eabfb5bb222500ba229cd85ac4da3fc2ee799f3e7c187ac2160" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.06.25/youtube-dl.exe", + "c2f61a6f5afb2bb24a8d84b8b3f57373a323c5783e42fbe0206c39aed7ecc02a" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.06.25/youtube-dl-2013.06.25.tar.gz", + "63313eb2bb5bed2fa03f16a21cb6ea86d1f3dce156fd8f97d0b5effad00ca95a" + ] } } } \ No newline at end of file