From 7fb298e7170e19e5cc1ca060fb41bd98dc703f82 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 12 Jan 2013 22:23:55 +0100 Subject: [PATCH] release 2013.01.13 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/versions.json | 18 ++++++++++++++++-- 3 files changed, 25 insertions(+), 11 deletions(-) diff --git a/download.html b/download.html index 8bd5a7c57..1118d0a13 100644 --- a/download.html +++ b/download.html @@ -16,25 +16,25 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.

-

2013.01.12 (sig)

+

2013.01.13 (sig)

- Windows exe (sig - 19842ec789e8fdc372a230458c806011f793f1f4981a50ae24063ab5d87dbe13)
- Full source + docs + binary tarball (sig - 1b1fda2a0f66160c4752e5a4ffc103dd6d2cf4fa61f4f23e43bf85260478f6ef) + Windows exe (sig - f608dfef514221dc10d41a301a369289411ccd688e42f13d4c78db0486c8b5b4)
+ Full source + docs + binary tarball (sig - 13cc8cffb4206a63be033dfbebcfa637bd489d58d9f54858d9552021aa8f0dd5)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.01.12/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.01.13/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.01.12/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.01.13/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 8a2d01162..7b5996117 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.01.12 \ No newline at end of file +2013.01.13 \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 81f96d2c6..165c4722a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.01.12", - "signature": "11179e35ca2868558c67785dc8c0758a10eec82675031168ba807e02654ae4618c51f581439da274372d4a99429af95becc5953e98b4d68607d7243087a4d690b2c8c47554bc6088a40392fab661a25a291914cb9b6eed8fceadcec12063afa393430f5f78ab63193b0f9aa9167633cdb71481765aa8fc0b02c4acf2aea11c63", + "latest": "2013.01.13", + "signature": "8b84dd1d0c185a012ffcdb77e6f2f23af349b6717ff76f4ce6fbf3dd843a498b7c2d925d2bfff6bd5a9bb8e30c86ec3f530b848c5041b34bf17e9fa834e53c632a667285b473c9054e354c1f30cf3a77eb322e9cfe76313dc778e79664b9e3c233108c7fc4695275301daddb37e63ff1d98e5639107a9cd11f006da299b64958", "versions": { "2013.01.02": { "bin": [ @@ -71,6 +71,20 @@ "http://youtube-dl.org/downloads/2013.01.12/youtube-dl-2013.01.12.tar.gz", "1b1fda2a0f66160c4752e5a4ffc103dd6d2cf4fa61f4f23e43bf85260478f6ef" ] + }, + "2013.01.13": { + "bin": [ + "http://youtube-dl.org/downloads/2013.01.13/youtube-dl", + "0d811048a744df92647dfc29685b29e4910d310203db710d0a43b183349d38f0" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.01.13/youtube-dl.exe", + "f608dfef514221dc10d41a301a369289411ccd688e42f13d4c78db0486c8b5b4" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.01.13/youtube-dl-2013.01.13.tar.gz", + "13cc8cffb4206a63be033dfbebcfa637bd489d58d9f54858d9552021aa8f0dd5" + ] } } } \ No newline at end of file