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

+

2013.06.30 (sig)

- Windows exe (sig - b52d04672c071c9322a2b58fab5e37b9d71dcaac860b570d12c142917113a886)
- Full source + docs + binary tarball (sig - 0ee0e1b0146aacfca6182597a2e4236efdf6c55a3e4f066836176171d8fac655) + Windows exe (sig - d7ab163b346822b8b3f653ae96fba25b01664d11c0fa1f4d785ff6dfee3719b2)
+ Full source + docs + binary tarball (sig - 4b925a355287bb77076cff4f46798194067ae75a517aefc438e60bb5423eab1a)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.06.29/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.30/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.29/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.30/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 847b77f24..5c80bc127 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.06.29 \ No newline at end of file +2013.06.30 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 33b1239ce..3c21bb8f7 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-06-24T14:59:54.017205 + 2013-06-25T12:31:15.875359 youtube-dl-2012.02.22 @@ -574,4 +574,19 @@ 2013-06-29 + + youtube-dl-2013.06.30 + New version 2013.06.30 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.06.30/ +
+
+ + The youtube-dl maintainers + + 2013-06-30 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index eaa430f8f..bf7afbd52 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.06.29", - "signature": "4f6cc2b94137d2c9a8b59f09ef090e6497d1297f1380e1a204a29ea6e57ab18b08c65513fa648dbcfb9dfcd127d49aef1d73d071effc716a0926ca25e8d886f35ef2f6f2bf698279b5eeafdc4c4ffa95fd3fc104ecd7e244a04915abc755f553668738ae8f7b739551cf9e65d29c3249b0b95c5fd1498312063c1c3dcceefc22", + "latest": "2013.06.30", + "signature": "7826f164a6688395cd3b25f5e7492e6b07cfd306f3136d27b03f8b84f280ff2aecb39cfb3c32a688205e5ac04e7e5255aab6e0c63b6fd2b4ec8d0a6721fc372888df36bc2eb7fc22f1806a8e9cdde52059c9eb15b673f4c7d85abf97d310228ed1b696d48e8610e58a261e4471a9b73e3997cb4b6ea0590f776a358c9e474643", "versions": { "2012.02.22": { "bin": [ @@ -539,6 +539,20 @@ "http://youtube-dl.org/downloads/2013.06.29/youtube-dl-2013.06.29.tar.gz", "0ee0e1b0146aacfca6182597a2e4236efdf6c55a3e4f066836176171d8fac655" ] + }, + "2013.06.30": { + "bin": [ + "http://youtube-dl.org/downloads/2013.06.30/youtube-dl", + "20f85100bb7df32bed6994770517a2901dea862ef78b47643089ea9e86d3f693" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.06.30/youtube-dl.exe", + "d7ab163b346822b8b3f653ae96fba25b01664d11c0fa1f4d785ff6dfee3719b2" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.06.30/youtube-dl-2013.06.30.tar.gz", + "4b925a355287bb77076cff4f46798194067ae75a517aefc438e60bb5423eab1a" + ] } } } \ No newline at end of file