diff --git a/download.html b/download.html index 3f42a517f..db8fc0aca 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.

-

2012.02.22 (sig)

+

2013.02.22 (sig)

- Windows exe (sig - f99f9b1f55a91353dfb3a643342256d6b28150a81613b10a5c4f55e1a193b03b)
- Full source + docs + binary tarball (sig - a61d978aca6552aa5c3ea0de0e3c3671ff62cc8474059181aafd36c025baba42) + Windows exe (sig - 7c15abbeba405e79651f2633ead268dacf22da339f8c7d846047f79f179b533c)
+ Full source + docs + binary tarball (sig - 822aa93448aa8a72ff9639299d4d6f282246c0cecbedf2aacf22f254eef99bac)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2012.02.22/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.22/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/2012.02.22/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.22/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 5fb6da445..6e1799d45 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2012.02.22 \ No newline at end of file +2013.02.22 \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 0193393a2..0209b6a3c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2012.02.22", - "signature": "720f66b2023f9a2b5e2a0eda6bdaa238ac4289fa3371eaf69a495de0081f5c2a799482f6fd79ab967fcd644f1cdaf853b61b78631e3fe2c8dd2bc30b1a6737f18505220adffce2d6e4212c2fffae5523cff8414e741ef27c82dd9ae769507ca363d74ca0b20ce92616115c15e6d65077c7ebb8647b093ca5a0c47db5c991d142", + "latest": "2013.02.22", + "signature": "1748900747aff04ec3cde00522fe34c82f314360751ec47de74d239e09aa6040eb83ed507769555956b5cb0077769c30659338bd45b4643a8e2faafc535071669642c5bb93d842db3d165375cfc34421a46650d4bef62875c8dcb07bc99bb08836533f5a7ff062d8a3327790f077ab6743ee3cf6d0161e922f58fa6dff6f2258", "versions": { "2012.02.22": { "bin": [ @@ -172,6 +172,20 @@ "http://youtube-dl.org/downloads/2013.02.19/youtube-dl-2013.02.19.tar.gz", "d95505e9856d944655b1e2a8dd515fd43ff4d7e18cd07bd4016cb186feec62bb" ] + }, + "2013.02.22": { + "bin": [ + "http://youtube-dl.org/downloads/2013.02.22/youtube-dl", + "29e979de75d47c1d7c55adb5eaf0f84ed5fe91f369e6b2ee295adf1d7f28f05b" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.02.22/youtube-dl.exe", + "7c15abbeba405e79651f2633ead268dacf22da339f8c7d846047f79f179b533c" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.02.22/youtube-dl-2013.02.22.tar.gz", + "822aa93448aa8a72ff9639299d4d6f282246c0cecbedf2aacf22f254eef99bac" + ] } } } \ No newline at end of file