From 08d4cab829e0a30b845db6891d10b4b0c8ec0825 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 30 Mar 2014 16:04:42 +0200 Subject: [PATCH] release 2014.03.30.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 bc9087a21..f56a1f042 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.30 (sig)

+

2014.03.30.1 (sig)

- Windows exe (sig - abcd6248219f38021706fdabe1619d70b02420b5341fe794e5075a404f852b22)
- Full source + docs + binary tarball (sig - a0836ed961c2265446016fbe9ef10fa34010787820ff497a0078261821815867) + Windows exe (sig - deb15da44faa7424958a4a03a69609e53a74bfad439ca5a242c232e7bc46f498)
+ Full source + docs + binary tarball (sig - fd65beb35966e6ce8e8ca0a1382e55a6026afa8691f1ae265e273f2dd883ad1f)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.30/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.03.30.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.30/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.03.30.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.30/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.30.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 606afcf52..5365bb160 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.30 \ No newline at end of file +2014.03.30.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b128fd7eb..058b68a5e 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-30T07:28:25.845283Z + 2014-03-30T16:04:40.650030Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4085,4 +4085,19 @@ 2014-03-30T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.30.1 + New version 2014.03.30.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.03.30.1/ +
+
+ + The youtube-dl maintainers + + 2014-03-30T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c94f4c8d1..6acefb421 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.30", - "signature": "7a07f39b635f5cc712e238704b674a2d9e106acd4cd30d17fe313026fe94e9a78eab773d608b3928794fe49148bb53cbce58ccc662ac18b9832a0d1e51ff9a2028b5d8e960215e0e70ee8296ac382277718671ad058f91f6d1e855ba655d85212882994ba30043a348e356631c67dcff09a161c03108ae95a5649670a04bf24b", + "latest": "2014.03.30.1", + "signature": "96ab767f9f68cc25162c0ed1eaffe19b98286edcda5923eb3eb44078694fd42d2b64a1e0b68f61254dec08c8a68c5bc716d4d1203f1a3f581eaf8e91070c92a73bec090465ef18ed865b434657c2085acf69537098b188fb42be57a66c1311dfad65232997d297b60f26c5ac2d5822d98665efa22742e5cc779c37c89282f225", "versions": { "2012.02.22": { "bin": [ @@ -3815,6 +3815,20 @@ "https://yt-dl.org/downloads/2014.03.30/youtube-dl-2014.03.30.tar.gz", "a0836ed961c2265446016fbe9ef10fa34010787820ff497a0078261821815867" ] + }, + "2014.03.30.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.30.1/youtube-dl", + "2ab00ac77a71f74df9946dfc8239835931c30b64fa557a964b0631410dde7ca7" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.30.1/youtube-dl.exe", + "deb15da44faa7424958a4a03a69609e53a74bfad439ca5a242c232e7bc46f498" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.30.1/youtube-dl-2014.03.30.1.tar.gz", + "fd65beb35966e6ce8e8ca0a1382e55a6026afa8691f1ae265e273f2dd883ad1f" + ] } } } \ No newline at end of file