diff --git a/download.html b/download.html index 2cb99adee..6db68353a 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.34.1 (sig)

+

2013.06.34.2 (sig)

- Windows exe (sig - 449836a5f4f8ca9af35afaf7e3b33c20496110d3be6f28d01b48f85464ab04eb)
- Full source + docs + binary tarball (sig - cb2f751ef15090994de56308e0f3814db52ffe22eb53c76a3f43fde95ce57dea) + Windows exe (sig - 9c096410a1d950319218bc12ccb2307a3396f6e1843d8b517270698fe5da7d5e)
+ Full source + docs + binary tarball (sig - f94b6f3daccb45d21d8cc66d8b4357f986825ca4059f734b8c2a82f134785ca3)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.06.34.1/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.34.2/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.34.1/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.34.2/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 d7685f2e5..73e6a63b6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.06.34.1 \ No newline at end of file +2013.06.34.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index df8d5d7be..355ae1b94 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-06-27T18:01:53.728335 + 2013-06-27T21:06:56.028125 youtube-dl-2012.02.22 @@ -664,4 +664,19 @@ 2013-06-34-1 + + youtube-dl-2013.06.34.2 + New version 2013.06.34.2 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.06.34.2/ +
+
+ + The youtube-dl maintainers + + 2013-06-34-2 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 64429c58a..6f6e2083c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.06.34.1", - "signature": "8968a0603cb1cd4eeb32dc956aedf4aa2eec1ea9702f6a0a95f7f8f34768433ff3d47591639fe59e5af5eb67f87791aa1807548d4e89f89b7ec8e7849ea8aa1386b0bef07b7e78dc6fcf73285d2a56be606fc2e0cba1d53d7e59c7fe88b168f8eb6bed6a1b1e6b172f8786d5350984a5bd8dd265d17111c2713f11b434d45e8f", + "latest": "2013.06.34.2", + "signature": "9146a98ca9a72656ba5db13897233c7131e44b63c4804a323387ded1b8c5bd55290d791cde529cc9afc2ee2a249135f4cf98aa569c6fd5594afbb51d70b9c1853be61c222613e208d7c533b02df6008000aa151e8c1c60f76c466ef8e6b81a03f42e788ce8cdb07f41b25720b52efcd02c047c08654a32ad117cf9e07c542217", "versions": { "2012.02.22": { "bin": [ @@ -623,6 +623,20 @@ "http://youtube-dl.org/downloads/2013.06.34.1/youtube-dl-2013.06.34.1.tar.gz", "cb2f751ef15090994de56308e0f3814db52ffe22eb53c76a3f43fde95ce57dea" ] + }, + "2013.06.34.2": { + "bin": [ + "http://youtube-dl.org/downloads/2013.06.34.2/youtube-dl", + "a618d4951ef353253d828384d51289e24ab00f1266c9d60224e02517eea464b4" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.06.34.2/youtube-dl.exe", + "9c096410a1d950319218bc12ccb2307a3396f6e1843d8b517270698fe5da7d5e" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.06.34.2/youtube-dl-2013.06.34.2.tar.gz", + "f94b6f3daccb45d21d8cc66d8b4357f986825ca4059f734b8c2a82f134785ca3" + ] } } } \ No newline at end of file