diff --git a/download.html b/download.html index d004d4620..bd4a57687 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.06.31 (sig)

+

2013.06.32 (sig)

- Windows exe (sig - fb933e701f5de5cf48461b3f1c9930156f51ae32eefcc33ac3232b4b3136db70)
- Full source + docs + binary tarball (sig - 59253f467427450bf79f9676f09fb79fc27b08b9c5f69ef238d1721aaa40b213) + Windows exe (sig - ae91b74f73d95edec21e7e434aa287d405df7e87804be22a4e745e0681fe6ae7)
+ Full source + docs + binary tarball (sig - 20d5dce288d92478631a48c16009464c4e0d13ab954c2f3bff5aedad404f7b8c)

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

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.06.31/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.06.32/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 17df33c05..9c439c6e7 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.06.31 \ No newline at end of file +2013.06.32 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5abe4716e..0a25d76e3 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-06-25T18:43:38.184601 + 2013-06-25T21:05:33.872433 youtube-dl-2012.02.22 @@ -604,4 +604,19 @@ 2013-06-31 + + youtube-dl-2013.06.32 + New version 2013.06.32 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.06.32/ +
+
+ + The youtube-dl maintainers + + 2013-06-32 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a1d89c52f..ad3fc56ae 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.06.31", - "signature": "681d9ab66b768627751f0ce2ea177b73fb8c1d0e960462e1d68fa4ae850cc1e34849959cee6b6910d865b42ddbb6a1a7d56ae45f2012b96f55284466fabcde569bd9ac9db4ba0ac5e39c461b64b53bf810436ca4e27ebe15c8259c7302a9a8cdf91915594047154d052ea4dcc6990d2283078d16d5b73d2dafc9f59fac95c011", + "latest": "2013.06.32", + "signature": "2bbe7b5fcb349b27b746cf64230bf0996c9f165ad0b291e22599cb5bb18e76164d4270b40063ac2a51eff87cd38d71f9cced413731d64a2fc065668fe3509ebf5893575dafedfb764a0b91fc920195fab381ed5558dfe6ab7a93c9706b6351580b18f39b05dfb3cbcdedc6e4753e517e1d938fdad541854a8aa8332b42499131", "versions": { "2012.02.22": { "bin": [ @@ -567,6 +567,20 @@ "http://youtube-dl.org/downloads/2013.06.31/youtube-dl-2013.06.31.tar.gz", "59253f467427450bf79f9676f09fb79fc27b08b9c5f69ef238d1721aaa40b213" ] + }, + "2013.06.32": { + "bin": [ + "http://youtube-dl.org/downloads/2013.06.32/youtube-dl", + "b2da47d58154ae1f41cc4fb7066e0ff2f370eab2116faeef6826183f2bf0d17d" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.06.32/youtube-dl.exe", + "ae91b74f73d95edec21e7e434aa287d405df7e87804be22a4e745e0681fe6ae7" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.06.32/youtube-dl-2013.06.32.tar.gz", + "20d5dce288d92478631a48c16009464c4e0d13ab954c2f3bff5aedad404f7b8c" + ] } } } \ No newline at end of file