diff --git a/download.html b/download.html index 04b3914c6..d004d4620 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.30 (sig)

+

2013.06.31 (sig)

- Windows exe (sig - d7ab163b346822b8b3f653ae96fba25b01664d11c0fa1f4d785ff6dfee3719b2)
- Full source + docs + binary tarball (sig - 4b925a355287bb77076cff4f46798194067ae75a517aefc438e60bb5423eab1a) + Windows exe (sig - fb933e701f5de5cf48461b3f1c9930156f51ae32eefcc33ac3232b4b3136db70)
+ Full source + docs + binary tarball (sig - 59253f467427450bf79f9676f09fb79fc27b08b9c5f69ef238d1721aaa40b213)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.06.30/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.31/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.30/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.31/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 5c80bc127..17df33c05 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.06.30 \ No newline at end of file +2013.06.31 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3c21bb8f7..5abe4716e 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-06-25T12:31:15.875359 + 2013-06-25T18:43:38.184601 youtube-dl-2012.02.22 @@ -589,4 +589,19 @@ 2013-06-30 + + youtube-dl-2013.06.31 + New version 2013.06.31 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.06.31/ +
+
+ + The youtube-dl maintainers + + 2013-06-31 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index bf7afbd52..a1d89c52f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.06.30", - "signature": "7826f164a6688395cd3b25f5e7492e6b07cfd306f3136d27b03f8b84f280ff2aecb39cfb3c32a688205e5ac04e7e5255aab6e0c63b6fd2b4ec8d0a6721fc372888df36bc2eb7fc22f1806a8e9cdde52059c9eb15b673f4c7d85abf97d310228ed1b696d48e8610e58a261e4471a9b73e3997cb4b6ea0590f776a358c9e474643", + "latest": "2013.06.31", + "signature": "681d9ab66b768627751f0ce2ea177b73fb8c1d0e960462e1d68fa4ae850cc1e34849959cee6b6910d865b42ddbb6a1a7d56ae45f2012b96f55284466fabcde569bd9ac9db4ba0ac5e39c461b64b53bf810436ca4e27ebe15c8259c7302a9a8cdf91915594047154d052ea4dcc6990d2283078d16d5b73d2dafc9f59fac95c011", "versions": { "2012.02.22": { "bin": [ @@ -553,6 +553,20 @@ "http://youtube-dl.org/downloads/2013.06.30/youtube-dl-2013.06.30.tar.gz", "4b925a355287bb77076cff4f46798194067ae75a517aefc438e60bb5423eab1a" ] + }, + "2013.06.31": { + "bin": [ + "http://youtube-dl.org/downloads/2013.06.31/youtube-dl", + "ba495911e5afe500544e07e75f5dae1a7509f67d0cbfb8dcfb49973b7b18a97d" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.06.31/youtube-dl.exe", + "fb933e701f5de5cf48461b3f1c9930156f51ae32eefcc33ac3232b4b3136db70" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.06.31/youtube-dl-2013.06.31.tar.gz", + "59253f467427450bf79f9676f09fb79fc27b08b9c5f69ef238d1721aaa40b213" + ] } } } \ No newline at end of file