diff --git a/download.html b/download.html index ee3c12c87..7b2c35a63 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.05.05 (sig)

+

2013.05.07 (sig)

- Windows exe (sig - 6c10389e6c88fc0516988df8145710ab44e4d63fd5ed2266e1801204b9171003)
- Full source + docs + binary tarball (sig - ecba30f213505ece6a6fe7862fdc1b69b32911f717d98e5981f5913cfa5b7855) + Windows exe (sig - e45ed68013d1b8d6f74e275f488a869e7a83a40c5a0a013584d9931ed9c0c1cf)
+ Full source + docs + binary tarball (sig - 7d3f556fea249efdba5a8ab3a43a1743f0622e8229017e5f19a455740d562e45)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.05.05/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.05.07/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.05.05/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.05.07/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 fad719a86..42a07fdb3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.05.05 \ No newline at end of file +2013.05.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3d2ca5e69..54ec91a69 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-05-04T12:34:52.538866 + 2013-05-05T21:25:12.785228 youtube-dl-2012.02.22 @@ -409,4 +409,19 @@ 2013-05-05 + + youtube-dl-2013.05.07 + New version 2013.05.07 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.05.07/ +
+
+ + The youtube-dl maintainers + + 2013-05-07 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ea8dd9d6a..4f5e2ab63 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.05.05", - "signature": "56ad750a06487ec4845a462a05dc05ed27dff1df2960264c148ccf6056800688757dc8e91ccabfad37b91a73b7648327d097b411d703887928a6aec9e0dba9a2cd02218f539362b555ff983f9e96dc51ee26ee9bba7d9c3bc98607bd72818dca490da2fa9a3010e4fd3c3596ce44a36548b8ad34b5476cb7d8afecd5f809e235", + "latest": "2013.05.07", + "signature": "5c6fde28d9acf12836c372c0a7db4a99e0af276cb52d517f80c6039b49b75fc02b28dd657354c68fe9465477424f0d722f3c4c6c3c083bd6048b892e0e7dc825f3bbbcac0ba89d17dba6f2ff5a811c08c613413c4f20ece5b4c44c222675b04b6712c66b0b51d9257f712ffd6d9661b8b68564c2db6f0a2d17e0f96087c619a7", "versions": { "2012.02.22": { "bin": [ @@ -385,6 +385,20 @@ "http://youtube-dl.org/downloads/2013.05.05/youtube-dl-2013.05.05.tar.gz", "ecba30f213505ece6a6fe7862fdc1b69b32911f717d98e5981f5913cfa5b7855" ] + }, + "2013.05.07": { + "bin": [ + "http://youtube-dl.org/downloads/2013.05.07/youtube-dl", + "372e524b09f4a1bb1efb36342c86233dec272fd3b22a8e1ec085947768c7e498" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.05.07/youtube-dl.exe", + "e45ed68013d1b8d6f74e275f488a869e7a83a40c5a0a013584d9931ed9c0c1cf" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.05.07/youtube-dl-2013.05.07.tar.gz", + "7d3f556fea249efdba5a8ab3a43a1743f0622e8229017e5f19a455740d562e45" + ] } } } \ No newline at end of file