diff --git a/download.html b/download.html index fc9f20fb7..fec4f76e8 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.02 (sig)

+

2013.02.18 (sig)

- Windows exe (sig - d24581124366c4b19064d70e8f377c0f0f11395767a4873fc918b863400e1406)
- Full source + docs + binary tarball (sig - c062ab5636f443c776d617dd9aa3c9045926f16954fc333660b5aae45f15686f) + Windows exe (sig - e2c75094dc7b4f3ad1044c219aa6a3f871852e17ef47066eab88254fef9aac20)
+ Full source + docs + binary tarball (sig - 9bdf7376e3c3beea57c0299dc2ab415a7a8015f7c7e5e93b882e2ac3d3a4f106)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.02.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.02.18/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.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.02.18/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 989b9f443..f4e583cdc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.02.02 \ No newline at end of file +2013.02.18 \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1c5f6f56e..570fa3f3c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.02.02", - "signature": "53386e502b913be729aacad04bd36187bcf393c9fbdde2eeb7d434c1fe01ffaf23222e2e76a38e0b5122dc7cd299717818b8d68ae4a296c3b3d1aa01ed6d67268596266a8b54fe843dee6e55ef36fa7fd7641cb43fe3e0930bdffe6c38131facd87b5d8e596b45c41bf83a682be6e273ad1aa314af6d35fe0eeeb696d83573b9", + "latest": "2013.02.18", + "signature": "9d362ee610b3c0b7bc5c4c070a48ef267ba16bdc708b243a20c7b93303a616b3ddab5af7ed08da6f0559322e7a00bc8b5c5a4fefb19d95a8282bfa01f945a70a1626422cf380bd3bd91788cc5c9190496b63e62d99cda47baa2d19a00657a8ff7ceed9369e4d6f78041d4b2b98287ccdd496a0e551dc5cadbb47b9de6560e64a", "versions": { "2013.01.02": { "bin": [ @@ -127,6 +127,20 @@ "http://youtube-dl.org/downloads/2013.02.02/youtube-dl-2013.02.02.tar.gz", "c062ab5636f443c776d617dd9aa3c9045926f16954fc333660b5aae45f15686f" ] + }, + "2013.02.18": { + "bin": [ + "http://youtube-dl.org/downloads/2013.02.18/youtube-dl", + "2f432de79cecfdcbc145cb089fb93fd6fd607578ac583d1a0b212bf610da70d1" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.02.18/youtube-dl.exe", + "e2c75094dc7b4f3ad1044c219aa6a3f871852e17ef47066eab88254fef9aac20" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.02.18/youtube-dl-2013.02.18.tar.gz", + "9bdf7376e3c3beea57c0299dc2ab415a7a8015f7c7e5e93b882e2ac3d3a4f106" + ] } } } \ No newline at end of file