From 77b66b65bd7ad85d84a66b7cfc1944d7e03328cb Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 6 Jan 2013 23:27:36 +0100 Subject: [PATCH] release 2013.01.06 --- 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 b9414d194..1c4de854b 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.02 (sig)

+

2013.01.06 (sig)

- Windows exe (sig - 75fa89d2ce297d102ff27675aa9d92545bbc91013f52ec52868c069f4f9f0422)
- Full source + docs + binary tarball (sig - 6a66d022ac8e1c13da284036288a133ec8dba003b7bd3a5179d0c0daca8c8196) + Windows exe (sig - 58609baf91e4389d36e3ba586e21dab882daaaee537e4448b1265392ae86ff84)
+ Full source + docs + binary tarball (sig - fe77ab20a95d980ed17a659aa67e371fdd4d656d19c4c7950e7b720b0c2f1a86)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.01.02/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.06/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.02/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.06/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 7fb5054b1..2af9c3890 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.01.02 \ No newline at end of file +2013.01.06 \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ca938b765..6cccc2259 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.01.02", - "signature": "3facd7f262135bd9c3dd6afa7bc592eca6e299021e61a1d3660c9cc48bc83eb642c2927e18d7c705b0a18867f5c2bdd2311f846de51e8432d37e007ced993a180ddab7e6f42264cb65d60e70a2d0094d39478552549bf1663fc219b6486e4c7c0411be7577f83f322042d96f42a7fdb112e05893aeab63a94fbe67dee89d6ddf", + "latest": "2013.01.06", + "signature": "72158cdba391628569ffdbea259afbcf279bbe3d8aeb7492690735dc1cfa6afa754f55c61196f3871d429599ab22f2667f1fec98865527b32632e7f4b3675a7ef0f0fbe084d359256ae4bba68f0d33854e531a70754712f244be71d4b92e664302aa99653ee4df19800d955b6c4149cd2b3f24288d6e4b40b16126e01f4c8ce6", "versions": { "2013.01.02": { "bin": [ @@ -15,6 +15,20 @@ "http://youtube-dl.org/downloads/2013.01.02/youtube-dl-2013.01.02.tar.gz", "6a66d022ac8e1c13da284036288a133ec8dba003b7bd3a5179d0c0daca8c8196" ] + }, + "2013.01.06": { + "bin": [ + "http://youtube-dl.org/downloads/2013.01.06/youtube-dl", + "64b6ed8865735c6302e836d4d832577321b4519aa02640dc508580c1ee824049" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.01.06/youtube-dl.exe", + "58609baf91e4389d36e3ba586e21dab882daaaee537e4448b1265392ae86ff84" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.01.06/youtube-dl-2013.01.06.tar.gz", + "fe77ab20a95d980ed17a659aa67e371fdd4d656d19c4c7950e7b720b0c2f1a86" + ] } } } \ No newline at end of file