From 36128970bca68ff00d3a65aa44ed72745433f75c Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 5 Jul 2013 15:14:15 +0200 Subject: [PATCH] release 2013.07.05 --- 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 8bcbf50c4..22b0168b7 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.07.04 (sig)

+

2013.07.05 (sig)

- Windows exe (sig - 75e571249425eaf2e7e709b0e459f8f002f15d2c3673e821353ea336f42e93d9)
- Full source + docs + binary tarball (sig - 6fb75369167b134ac2ec703e6330740eb3167ecd965d206da70625df290fd4ee) + Windows exe (sig - d437804a3d8b0f41bcba1db3e20ca22edb65052c2ef4df91e7d167b1342cd394)
+ Full source + docs + binary tarball (sig - ed816e0d7fdc4ad7d1df2541572a37c2890ff42fbcda5bbec62ba40d34918cd9)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.07.04/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.07.05/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.07.04/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.07.05/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 b392b0cab..a3bd64e71 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.07.04 \ No newline at end of file +2013.07.05 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 67c13b37d..803ab1891 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-07-04T18:11:48.898124 + 2013-07-05T15:13:11.388527 youtube-dl-2012.02.22 @@ -739,4 +739,19 @@ 2013-07-04 + + youtube-dl-2013.07.05 + New version 2013.07.05 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.07.05/ +
+
+ + The youtube-dl maintainers + + 2013-07-05 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1badefd6f..1d7c99dbf 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.07.04", - "signature": "937d3e766352c54db4281148a9e42a8274c4a584bf92e4e61fa44d79cdf57041ba614e3d58cfd804331d7af570594ddc6a465fab9a05cb9005a0dac00d1a207822fe369d582c8062089d5834d34d9cfabad90fb93b055c9881f352c2ec05178a85bb13acda296847ec69e120cdec988227129c6ec3cb253a1a1db7d80ce1508e", + "latest": "2013.07.05", + "signature": "6d0d2e6f6c081ab42453850532f9d354d01a4b427eb1599d529cac0bab86b3bf9aa9d40626a0f3e2d3e181462d8bf61d907550f2f4c5d8386f92d99f6d018ed3178a302602209573a0966abe68b89cafd411fe4653ea363fb927605ecf1bd7246ab9ac1392fb082a91cede6778eb79b295d2a9dda40ab38fc47ea71937d2f3ee", "versions": { "2012.02.22": { "bin": [ @@ -693,6 +693,20 @@ "http://youtube-dl.org/downloads/2013.07.04/youtube-dl-2013.07.04.tar.gz", "6fb75369167b134ac2ec703e6330740eb3167ecd965d206da70625df290fd4ee" ] + }, + "2013.07.05": { + "bin": [ + "http://youtube-dl.org/downloads/2013.07.05/youtube-dl", + "b690494ceb6d79e52c58c8703c552ee8845ea4814a2fa94130b0e597e3037d53" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.07.05/youtube-dl.exe", + "d437804a3d8b0f41bcba1db3e20ca22edb65052c2ef4df91e7d167b1342cd394" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.07.05/youtube-dl-2013.07.05.tar.gz", + "ed816e0d7fdc4ad7d1df2541572a37c2890ff42fbcda5bbec62ba40d34918cd9" + ] } } } \ No newline at end of file