From 0b9da457dac121d88e11b4a6ceeb45512f792681 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 21 Jun 2013 00:41:48 +0200 Subject: [PATCH] release 2013.06.21 --- download.html | 16 ++++++++-------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/download.html b/download.html index de3cacc7c..ae7bd7a2b 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

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

-

2013.05.23 (sig)

+

2013.06.21 (sig)

- Windows exe (sig - ce36cc0652d354dbbb51c0cfa436be17998bc22b4be314ddb287a5a28a664d79)
- Full source + docs + binary tarball (sig - 5d31a5f5371dd7852acf68dd49bfb8068fe73a885fdb544ea28a9055369f6392) + Windows exe (sig - 5098f2faf5539fab940bb377b7d45fc691e0e34da760e1d4d10dc4cbf4ccaa2d)
+ Full source + docs + binary tarball (sig - 3d4e9cc38af3c2fccfafd83d0c6382080531fd03e9067ceccc6864dfbea92b1e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.05.23/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.06.21/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.05.23/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.06.21/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 cdde5ff09..f93c879e5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.05.23 \ No newline at end of file +2013.06.21 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e6dedbea1..341379db7 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-05-23T13:42:53.967415 + 2013-06-21T00:41:48.008619 youtube-dl-2012.02.22 @@ -469,4 +469,19 @@ 2013-05-23 + + youtube-dl-2013.06.21 + New version 2013.06.21 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.06.21/ +
+
+ + The youtube-dl maintainers + + 2013-06-21 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 028f9969a..b3d4138f5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.05.23", - "signature": "3a3d238e4e8937ca9c3ab7803a2dec858e2e9dff238904f20ed0e120a51a72a89b97c36ad19bf26e69b50fc3a7ce0b71ae3312fed8fd7332b6899971ab35564468c8e6bd52c74663bfdf87f6f4a10dc514d38fc2dc25ca88d9db2c2f45e850b89f1e95615efd26f06c0ce672ba06344ab75bbac3fbcde724cf39be65c2297b19", + "latest": "2013.06.21", + "signature": "86ee7eea936eb481e1eb05f0de9e2e8b1d4354decc77ca550d85ba96fe215b7951ba919d43980d1854f8017d510218a4f785e74a05b20c8dc7437bb423e72e66499b644e70c7c51a5d31fa6a550a14bfda123b8a25c6a3e235e9f313e3aa849d6e9db066c205b4f20cc82f7c0a00a75dc6af6851315317f6b43736a150768b9c", "versions": { "2012.02.22": { "bin": [ @@ -441,6 +441,20 @@ "http://youtube-dl.org/downloads/2013.05.23/youtube-dl-2013.05.23.tar.gz", "5d31a5f5371dd7852acf68dd49bfb8068fe73a885fdb544ea28a9055369f6392" ] + }, + "2013.06.21": { + "bin": [ + "http://youtube-dl.org/downloads/2013.06.21/youtube-dl", + "e72aa501a3b1d99ac69959ff443f4b36fa7895357656824f3b1d705474c18470" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.06.21/youtube-dl.exe", + "5098f2faf5539fab940bb377b7d45fc691e0e34da760e1d4d10dc4cbf4ccaa2d" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.06.21/youtube-dl-2013.06.21.tar.gz", + "3d4e9cc38af3c2fccfafd83d0c6382080531fd03e9067ceccc6864dfbea92b1e" + ] } } } \ No newline at end of file