From 80cbf875dab503edba68e9d6c8a5cca65efb26c9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 24 Jul 2013 21:25:54 +0200 Subject: [PATCH] release 2013.07.24.2 --- 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 f10778009..2c8fb9da1 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.07.23.1 (sig)

+

2013.07.24.2 (sig)

- Windows exe (sig - fde926e64c68a5e8b8acf3ee35c5da6a0e3f752653ae6f2fa3567f03de18fc26)
- Full source + docs + binary tarball (sig - fefc0401a893f296c49f4481dd3397aca38ffbb24e6fb43c8d5f810760f35ab4) + Windows exe (sig - 5c22e25d8407b29b8a54a11a939e98eff87c5ce1165db4d87ffb5751b0aeb403)
+ Full source + docs + binary tarball (sig - c4dbff74d55b56359d50b3a004ad3995a8e36ac0dc03a9394f8787f4d57a444f)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.07.23.1/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.07.24.2/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.07.23.1/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.07.24.2/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 7b8fc0e2e..168c9ee41 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.07.23.1 \ No newline at end of file +2013.07.24.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 46ffdbe24..40c6a3032 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-07-23T18:44:22.946635 + 2013-07-24T21:25:53.820713 youtube-dl-2012.02.22 @@ -934,4 +934,19 @@ 2013-07-23-1 + + youtube-dl-2013.07.24.2 + New version 2013.07.24.2 + + + + + + The youtube-dl maintainers + + 2013-07-24-2 + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4fcf297fc..365ccb9cb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.07.23.1", - "signature": "3f543b3bb33b93d6788a7631799751b6f5adcd5255eb8137432ef6c872a43086baefe85b808046db783eacea4547cf8c2410d3e6999c620eaa30f390b55588aa9ede4b056c4c4ade1d7ca2af6921bdc4ddfd9ddf60c63ce6e3ec223b633a79e527fa79d8d443e89fb0d071a588a198ef0ca1f66b885c7bcdbee0cf0fd8bd1ec7", + "latest": "2013.07.24.2", + "signature": "451ccca5cd01095d02fd0cb59529b08bc1222779b165eb3155d465523d77993259ccc1cb14c1de491c5fbab28354abf4b6b723707fa453e5399229f82ff4233b2bf22e4bfd1429f8df2b1f9aa01c31725f195bfa26e070a8343036c55ce6ed165438367f7f0982fb5caf7efd6a4f28da778ec9dcafdb305f0f511540a53d0009", "versions": { "2012.02.22": { "bin": [ @@ -875,6 +875,20 @@ "http://youtube-dl.org/downloads/2013.07.23.1/youtube-dl-2013.07.23.1.tar.gz", "fefc0401a893f296c49f4481dd3397aca38ffbb24e6fb43c8d5f810760f35ab4" ] + }, + "2013.07.24.2": { + "bin": [ + "http://youtube-dl.org/downloads/2013.07.24.2/youtube-dl", + "c9701ba19b93e5f135051c59e96e8ab5459661e1dbedbc3a6d72f5f6e36daff0" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.07.24.2/youtube-dl.exe", + "5c22e25d8407b29b8a54a11a939e98eff87c5ce1165db4d87ffb5751b0aeb403" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.07.24.2/youtube-dl-2013.07.24.2.tar.gz", + "c4dbff74d55b56359d50b3a004ad3995a8e36ac0dc03a9394f8787f4d57a444f" + ] } } } \ No newline at end of file