From 96c440107698c6412bcb67fe52ecf8c0263d864e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 23 Jun 2013 23:53:53 +0200 Subject: [PATCH] release 2013.06.23 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index 56d01a8ff..4cc7ea181 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.21 (sig)

+

2013.06.23 (sig)

- Windows exe (sig - 5098f2faf5539fab940bb377b7d45fc691e0e34da760e1d4d10dc4cbf4ccaa2d)
- Full source + docs + binary tarball (sig - 3d4e9cc38af3c2fccfafd83d0c6382080531fd03e9067ceccc6864dfbea92b1e) + Windows exe (sig - e9d0a2b7cc54d3ced252ed589883a00c3b4834a08f13e760721ed008c0696a07)
+ Full source + docs + binary tarball (sig - 3c2f815a77adba3722a4b76bc61c7a4c131a76ae20350670f20c87ca42081ee4)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.06.21/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.23/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.21/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.23/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 f93c879e5..21c75ea9a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.06.21 \ No newline at end of file +2013.06.23 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 341379db7..50ccc16ff 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-06-21T00:41:48.008619 + 2013-06-23T23:53:33.762507 youtube-dl-2012.02.22 @@ -484,4 +484,19 @@ 2013-06-21 + + youtube-dl-2013.06.23 + New version 2013.06.23 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.06.23/ +
+
+ + The youtube-dl maintainers + + 2013-06-23 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b3d4138f5..bdd9b6729 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.06.21", - "signature": "86ee7eea936eb481e1eb05f0de9e2e8b1d4354decc77ca550d85ba96fe215b7951ba919d43980d1854f8017d510218a4f785e74a05b20c8dc7437bb423e72e66499b644e70c7c51a5d31fa6a550a14bfda123b8a25c6a3e235e9f313e3aa849d6e9db066c205b4f20cc82f7c0a00a75dc6af6851315317f6b43736a150768b9c", + "latest": "2013.06.23", + "signature": "8d23ae7d6f606edd79bd68298aca4be88b9cef958378ec28715e914532397dfbee1dbe3fa2a2792317da57031c426b17a48c1d9550035346a03555ed0070f6c03c339993294a742bf3ee192d66a64b0c9d8ec723209893ab71f6e8ac218c3cf67222a28c260c1120b1680dca0e2187fb9efb44c587456220e2f282f8c369b795", "versions": { "2012.02.22": { "bin": [ @@ -455,6 +455,20 @@ "http://youtube-dl.org/downloads/2013.06.21/youtube-dl-2013.06.21.tar.gz", "3d4e9cc38af3c2fccfafd83d0c6382080531fd03e9067ceccc6864dfbea92b1e" ] + }, + "2013.06.23": { + "bin": [ + "http://youtube-dl.org/downloads/2013.06.23/youtube-dl", + "d9c0bb8f4f5404f3e3584be8ced83c45fb6aab2386fe3e4fd1fd000573a59901" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.06.23/youtube-dl.exe", + "e9d0a2b7cc54d3ced252ed589883a00c3b4834a08f13e760721ed008c0696a07" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.06.23/youtube-dl-2013.06.23.tar.gz", + "3c2f815a77adba3722a4b76bc61c7a4c131a76ae20350670f20c87ca42081ee4" + ] } } } \ No newline at end of file