diff --git a/download.html b/download.html index 2bf0dfdaf..f7606ecfb 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.28 (sig)

+

2013.06.29 (sig)

- Windows exe (sig - 20722a74e99a5c62e0eefa2c30cd00c6ee82b6c034b7abc4a0ea13b09ab113b6)
- Full source + docs + binary tarball (sig - e9099a2328e47135746a046e134b1be93750c0ad7345a82a7cd73685eb2ccd81) + Windows exe (sig - b52d04672c071c9322a2b58fab5e37b9d71dcaac860b570d12c142917113a886)
+ Full source + docs + binary tarball (sig - 0ee0e1b0146aacfca6182597a2e4236efdf6c55a3e4f066836176171d8fac655)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.06.28/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.29/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.28/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.29/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 e00ee9f52..847b77f24 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.06.28 \ No newline at end of file +2013.06.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 21706b172..33b1239ce 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-06-24T12:46:23.803732 + 2013-06-24T14:59:54.017205 youtube-dl-2012.02.22 @@ -559,4 +559,19 @@ 2013-06-28 + + youtube-dl-2013.06.29 + New version 2013.06.29 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.06.29/ +
+
+ + The youtube-dl maintainers + + 2013-06-29 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a196b194e..eaa430f8f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.06.28", - "signature": "599cf02f684f450ad7f1bbeb04d05b30508007f21500ddda6484f5a0120376951f5e6f5b46ecd3f8c9f956138214e297166809ac6171edc99ceed76f9cbe0ca8b1c16934486534cfda20460e6f5176f1d3ecc7ea718d8a849be571f14f0ec366fad59258d7d5f6f3574460fa473cdb0e007ce32c059ffff9eb99670fdee42bc1", + "latest": "2013.06.29", + "signature": "4f6cc2b94137d2c9a8b59f09ef090e6497d1297f1380e1a204a29ea6e57ab18b08c65513fa648dbcfb9dfcd127d49aef1d73d071effc716a0926ca25e8d886f35ef2f6f2bf698279b5eeafdc4c4ffa95fd3fc104ecd7e244a04915abc755f553668738ae8f7b739551cf9e65d29c3249b0b95c5fd1498312063c1c3dcceefc22", "versions": { "2012.02.22": { "bin": [ @@ -525,6 +525,20 @@ "http://youtube-dl.org/downloads/2013.06.28/youtube-dl-2013.06.28.tar.gz", "e9099a2328e47135746a046e134b1be93750c0ad7345a82a7cd73685eb2ccd81" ] + }, + "2013.06.29": { + "bin": [ + "http://youtube-dl.org/downloads/2013.06.29/youtube-dl", + "f3b89448f2112ec098db2fa7d92490273972ec187bfcd02ba1817209c889d637" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.06.29/youtube-dl.exe", + "b52d04672c071c9322a2b58fab5e37b9d71dcaac860b570d12c142917113a886" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.06.29/youtube-dl-2013.06.29.tar.gz", + "0ee0e1b0146aacfca6182597a2e4236efdf6c55a3e4f066836176171d8fac655" + ] } } } \ No newline at end of file