From 41366765dfe9b5ef342003742c0b3503b6c87d98 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 7 Mar 2014 06:47:07 +0100 Subject: [PATCH] release 2014.03.07 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 6a34c12a0..e86665377 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.

-

2014.03.06 (sig)

+

2014.03.07 (sig)

- Windows exe (sig - dbe1324bf2c85f5fb905cdabd93b8d81a1da4028b354c7e9a266cda8f90dc9f0)
- Full source + docs + binary tarball (sig - 01f4e5a9404a73e9fe7e6e1a7bfb1376ab3548c4083611dad02d53f0ad76eb33) + Windows exe (sig - 190ed724eeabe48fce755b4be6f9128d4e52610be5efbd2dfe94b61fc4fedb57)
+ Full source + docs + binary tarball (sig - 58a8242e514317a3fbeba78d111ec5046504dba44731fdd21e4d2a8c013f568e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.06/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.03.07/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2014.03.06/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.03.07/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -49,7 +49,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.03.06/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget https://yt-dl.org/downloads/2014.03.07/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 c1b38d706..59ca4d5f5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.06 \ No newline at end of file +2014.03.07 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6bf7b1ec5..c3ecab70a 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2014-03-07T00:05:17.095360Z + 2014-03-07T06:47:06.253910Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3665,4 +3665,19 @@ 2014-03-06T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.07 + New version 2014.03.07 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.03.07/ +
+
+ + The youtube-dl maintainers + + 2014-03-07T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2a28d65c7..c8ce31c4a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.06", - "signature": "99a8517630e1e4b4930c7b8013d666388beddb7669a55f470d4784d2233c2e0bef31565104230447e46f4a324149bcef9f92b106a0d45f5eaf821d395fe9bc2fcd1ecb324fc063bdb752867a489862fcce60523f2fb0f29bbccec912323895888d71ea35803be94f5634a0058457d7b243cf8023a49b8505b0bfce34a4da9f67", + "latest": "2014.03.07", + "signature": "83dc4cfa5e2ef334f14c877ae255c39d011fee6e440d4b06366fa99c2e32139eef3c2bff1ab6accc09e35be7cfa92037c1f244f7066d658b3ee6101be213514e140270bc6ab718f612cacd326130cf4f0f72a347d5fbca0f43b2b909b951b508dc6747b072a8d6fd58c9e6ed2e9f0704bd7cf4c248fd4583d8a4090244c201b2", "versions": { "2012.02.22": { "bin": [ @@ -3423,6 +3423,20 @@ "https://yt-dl.org/downloads/2014.03.06/youtube-dl-2014.03.06.tar.gz", "01f4e5a9404a73e9fe7e6e1a7bfb1376ab3548c4083611dad02d53f0ad76eb33" ] + }, + "2014.03.07": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.07/youtube-dl", + "0e91eeafc9730b13cef7280631cd5997a08a386800e3d0fb0d00f5f88e9555f8" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.07/youtube-dl.exe", + "190ed724eeabe48fce755b4be6f9128d4e52610be5efbd2dfe94b61fc4fedb57" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.07/youtube-dl-2014.03.07.tar.gz", + "58a8242e514317a3fbeba78d111ec5046504dba44731fdd21e4d2a8c013f568e" + ] } } } \ No newline at end of file