From 150fc5cece62bdf0bd6a852b6863fe47b79ccf76 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 9 Dec 2013 04:12:20 +0100 Subject: [PATCH] release 2013.12.09.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 a643cd45f..737bf85fe 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.

-

2013.12.09 (sig)

+

2013.12.09.1 (sig)

- Windows exe (sig - 122d4ebdb485b4d749838b9b4f96afef0f9a219b604ae3633cdd51a4ed1e6dfd)
- Full source + docs + binary tarball (sig - 32e7d4c8bdbdf1a5310330c0bc207bbea51d4aac83fd245a66bd9d183b167834) + Windows exe (sig - 2e839b03b3729557cd60335f259497e1266d3abf357a341583e00f6609b3927d)
+ Full source + docs + binary tarball (sig - be18c978ce425c5b4d0c62982b4c956672cd668173c73d9db0214f20ac3d7f23)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.09/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.12.09.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/2013.12.09/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.12.09.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/2013.12.09/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/2013.12.09.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 afd871678..8dcf90070 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.09 \ No newline at end of file +2013.12.09.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index f7186422a..1e06ca118 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-09T03:05:03.334715 + 2013-12-09T04:12:19.035364 youtube-dl-2012.02.22 @@ -2224,4 +2224,19 @@ 2013-12-09 + + youtube-dl-2013.12.09.1 + New version 2013.12.09.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.12.09.1/ +
+
+ + The youtube-dl maintainers + + 2013-12-09-1 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8b40a43c5..b9b045af1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.09", - "signature": "7ddb40136ac1aeea28df2615ddeda83997293ac9322efc0a069dde28e5abb2144839945b3d95364a1f705ae3a296b05687526d82741b18df5fb4ebea85b07d755b3ab9c17e715bdb2bf42ceadcd862fbf5aeb1e35d10ecf76145f692a503e8e3ecd7f3b68c180b181ddcee1ac4b6bebd6b68354c140669387b3864fefe2a91f8", + "latest": "2013.12.09.1", + "signature": "4a854b6f84fb5155ef6f9687c0bae8a291a00d1eda180447e10b1f81dfc1c8e20688afca7f23eaab707671d29a8a0a45afea7b8568bd5cb8c5f172165941652e454a2f9cb887dbc43f8f07d11e3a12f44bb11ccb828be903608f5ad0810a7671e4dd102ccbe2dbec26d2ac240caabb78a6a4577cc26d62d4281b02f8c705a600", "versions": { "2012.02.22": { "bin": [ @@ -2079,6 +2079,20 @@ "https://yt-dl.org/downloads/2013.12.09/youtube-dl-2013.12.09.tar.gz", "32e7d4c8bdbdf1a5310330c0bc207bbea51d4aac83fd245a66bd9d183b167834" ] + }, + "2013.12.09.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.09.1/youtube-dl", + "813be9b8f6daa8c87e7d991f71b4a8154118c71a40cd273643737ce0398e057a" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.09.1/youtube-dl.exe", + "2e839b03b3729557cd60335f259497e1266d3abf357a341583e00f6609b3927d" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.09.1/youtube-dl-2013.12.09.1.tar.gz", + "be18c978ce425c5b4d0c62982b4c956672cd668173c73d9db0214f20ac3d7f23" + ] } } } \ No newline at end of file