From e06c1be12dbc2f3f6a159241ae5cf482ee45688e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 19 Feb 2013 00:09:58 +0100 Subject: [PATCH] release 2013.02.19 --- 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 fec4f76e8..3873ac967 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.02.18 (sig)

+

2013.02.19 (sig)

- Windows exe (sig - e2c75094dc7b4f3ad1044c219aa6a3f871852e17ef47066eab88254fef9aac20)
- Full source + docs + binary tarball (sig - 9bdf7376e3c3beea57c0299dc2ab415a7a8015f7c7e5e93b882e2ac3d3a4f106) + Windows exe (sig - b363c026411fe0beb837489fbcdf67cad46cde0330470f8456174dcc463f4c00)
+ Full source + docs + binary tarball (sig - d95505e9856d944655b1e2a8dd515fd43ff4d7e18cd07bd4016cb186feec62bb)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.02.18/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.02.19/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.02.18/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.02.19/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 f4e583cdc..ccff9bb69 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.02.18 \ No newline at end of file +2013.02.19 \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 570fa3f3c..d184b904f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.02.18", - "signature": "9d362ee610b3c0b7bc5c4c070a48ef267ba16bdc708b243a20c7b93303a616b3ddab5af7ed08da6f0559322e7a00bc8b5c5a4fefb19d95a8282bfa01f945a70a1626422cf380bd3bd91788cc5c9190496b63e62d99cda47baa2d19a00657a8ff7ceed9369e4d6f78041d4b2b98287ccdd496a0e551dc5cadbb47b9de6560e64a", + "latest": "2013.02.19", + "signature": "6099e2a9fbeaf3b5421629bb4c01232196fd864c286de1bda772b1aced8001532f5bfd5a5c886d99245cb149b957424ba92efaffdf00dc3afeaf30cd7951d9e8bc8562643c0419439745a0d52d6c9289a29634cbd3f827a903d81593e14c3e39a15e9aa4bb20b57cda017c5079f0dadc09922ce57b76df0f5a268ae9e33a068b", "versions": { "2013.01.02": { "bin": [ @@ -141,6 +141,20 @@ "http://youtube-dl.org/downloads/2013.02.18/youtube-dl-2013.02.18.tar.gz", "9bdf7376e3c3beea57c0299dc2ab415a7a8015f7c7e5e93b882e2ac3d3a4f106" ] + }, + "2013.02.19": { + "bin": [ + "http://youtube-dl.org/downloads/2013.02.19/youtube-dl", + "039b5e5e19277406d74de1e5d7b1cb4d634c722f2b32e222a23bc1b7dda2035d" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.02.19/youtube-dl.exe", + "b363c026411fe0beb837489fbcdf67cad46cde0330470f8456174dcc463f4c00" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.02.19/youtube-dl-2013.02.19.tar.gz", + "d95505e9856d944655b1e2a8dd515fd43ff4d7e18cd07bd4016cb186feec62bb" + ] } } } \ No newline at end of file