From 62d8317a73158d5c7544ee329cca8be608145c91 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 7 Mar 2014 16:08:43 +0100 Subject: [PATCH] release 2014.03.07.1 --- 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 e86665377..95b8ff230 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.07 (sig)

+

2014.03.07.1 (sig)

- Windows exe (sig - 190ed724eeabe48fce755b4be6f9128d4e52610be5efbd2dfe94b61fc4fedb57)
- Full source + docs + binary tarball (sig - 58a8242e514317a3fbeba78d111ec5046504dba44731fdd21e4d2a8c013f568e) + Windows exe (sig - 4cf5ce3424fc3b09896a57c01e0a4c8f5d8695d880d2cf03f416660ff1525a85)
+ Full source + docs + binary tarball (sig - 97e499fa137af5eef13d417f01b20ec6605f38bf8608eeca2d7e50335f5912fa)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.07/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.03.07.1/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.07/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.03.07.1/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.07/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.1/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 59ca4d5f5..ddb49360b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.07 \ No newline at end of file +2014.03.07.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c3ecab70a..bca0111e2 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-07T06:47:06.253910Z + 2014-03-07T16:08:25.768660Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3680,4 +3680,19 @@ 2014-03-07T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.07.1 + New version 2014.03.07.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.03.07.1/ +
+
+ + The youtube-dl maintainers + + 2014-03-07T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c8ce31c4a..85d0da4e0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.07", - "signature": "83dc4cfa5e2ef334f14c877ae255c39d011fee6e440d4b06366fa99c2e32139eef3c2bff1ab6accc09e35be7cfa92037c1f244f7066d658b3ee6101be213514e140270bc6ab718f612cacd326130cf4f0f72a347d5fbca0f43b2b909b951b508dc6747b072a8d6fd58c9e6ed2e9f0704bd7cf4c248fd4583d8a4090244c201b2", + "latest": "2014.03.07.1", + "signature": "870dc0f8c97343c776ba03fca4ba103f40738a0e3f1c49dfc7cf3103acf2d47e3b492d4de805813d0dd3bc493ce31d05eb1a27c84308c556103d1f66769bc8dfc220cbef63bb3fd67201551ff033ec6e540875d2d8d71a3291ffef78f4e9860a65314eb7b870a2f2f73113228adea81bf0e80f8014518f05a06e22c62ef2492a", "versions": { "2012.02.22": { "bin": [ @@ -3437,6 +3437,20 @@ "https://yt-dl.org/downloads/2014.03.07/youtube-dl-2014.03.07.tar.gz", "58a8242e514317a3fbeba78d111ec5046504dba44731fdd21e4d2a8c013f568e" ] + }, + "2014.03.07.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.07.1/youtube-dl", + "12c2894cfc94514f7283f277a2689cb34460325ab0634867383597ea707a56ad" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.07.1/youtube-dl.exe", + "4cf5ce3424fc3b09896a57c01e0a4c8f5d8695d880d2cf03f416660ff1525a85" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.07.1/youtube-dl-2014.03.07.1.tar.gz", + "97e499fa137af5eef13d417f01b20ec6605f38bf8608eeca2d7e50335f5912fa" + ] } } } \ No newline at end of file