From b9c4c1b640dd73113b2d9303257a8d0adfc32979 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 5 Oct 2014 22:19:14 +0200 Subject: [PATCH] release 2014.10.05.2 --- 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 368aaab87..3d2f72154 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.10.05 (sig)

+

2014.10.05.2 (sig)

- Windows exe (sig - 8d59969df7402b0155abac119da0f04a848302505caa97ced3d5a0ac2bd7d5f4)
- Full source + docs + binary tarball (sig - 0bf165e7c23f3ca2a4b1c33a9f20ad1cc91d0488f632415db255144847ffecab) + Windows exe (sig - c2bad6a7bc218f5da176e4879e514342c05dd185ad41b30e6b091770cff03e83)
+ Full source + docs + binary tarball (sig - 09075d3f99e01d68d0f870532aa1c52ac4def1239f70cba3ac84d76e3b001965)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.10.05/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.10.05.2/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.10.05/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.10.05.2/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

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

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.10.05/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.10.05.2/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 fb41cf11b..9fecbef70 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.10.05 \ No newline at end of file +2014.10.05.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b77112a29..8f06f73d4 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-10-05T07:59:59.920992Z + 2014-10-05T22:19:12.616976Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5960,4 +5960,19 @@ 2014-10-05T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.05.2 + New version 2014.10.05.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.10.05.2/ +
+
+ + The youtube-dl maintainers + + 2014-10-05T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 601a61114..efafd507d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.10.05", - "signature": "4b270d6c0c16f894815f3a36adb120d18d095925ed148f5cb9b51ad6c5b11c985439dbcf062f851f06c8c9e11de6d3c74acffc7635689c556963662b3f39ef423b7cbd8426f5f04ac0cf96f1c2e8ae961a564fcd9cd580a75e1f2f9164e764b1f6a4fb5e5ccabbef60eac723c7765227a05db86e04594b670bfcdac7c5abfbcc", + "latest": "2014.10.05.2", + "signature": "9c42b699e3918b11be06fd2ebea6ad2f8ed512ab0dc284c9fc2a821094829f2768b68110ce7f175fcb8725c01fb10f30b3ad41c35624a8e0e1d79437e86f357ce2054890712ea5fef408ff44f7ee2682e3095fe2edaa7a2541d0954f2b2cbd0173d53caa506075c5ce617db55beaf51bab8fd7d6fab910dd48da3f232417360f", "versions": { "2012.02.22": { "bin": [ @@ -5565,6 +5565,20 @@ "https://yt-dl.org/downloads/2014.10.05/youtube-dl-2014.10.05.tar.gz", "0bf165e7c23f3ca2a4b1c33a9f20ad1cc91d0488f632415db255144847ffecab" ] + }, + "2014.10.05.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.10.05.2/youtube-dl", + "8694980e711cb527fc2ee1257498a49c65852717608e0616cdc7597931409cba" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.10.05.2/youtube-dl.exe", + "c2bad6a7bc218f5da176e4879e514342c05dd185ad41b30e6b091770cff03e83" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.10.05.2/youtube-dl-2014.10.05.2.tar.gz", + "09075d3f99e01d68d0f870532aa1c52ac4def1239f70cba3ac84d76e3b001965" + ] } } } \ No newline at end of file