From 721656267b544d2cf33440b9d12d86876c42579b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 22 Aug 2013 23:33:47 +0200 Subject: [PATCH] release 2013.08.22 --- 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 f8631100b..f49aa795c 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.08.17 (sig)

+

2013.08.22 (sig)

- Windows exe (sig - e26a85f5d2a649a29f2df3a6a2fcfda627a0ab443ffc58b60bfdbbf974adeb7c)
- Full source + docs + binary tarball (sig - 2fac57ca756daaf3c771bb883fa87d99e3818dba6635577ff6079921bd74e1f4) + Windows exe (sig - 9f1b8ae6ea4ddcb28065a07dbc2903ddc91e5db8eff4182fd6fd6ef2dcc4ead6)
+ Full source + docs + binary tarball (sig - 9fec63dcd192d8975efd92cb6e382d119f2f2c4f69806992c8204015f80fd12b)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.08.17/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.08.22/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.08.17/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.08.22/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 fba8c450f..952bd4c10 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.17 \ No newline at end of file +2013.08.22 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index acf5f91bf..515cdc87c 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-17T08:47:02.082971 + 2013-08-22T23:33:46.407764 youtube-dl-2012.02.22 @@ -1114,4 +1114,19 @@ 2013-08-17 + + youtube-dl-2013.08.22 + New version 2013.08.22 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.08.22/ +
+
+ + The youtube-dl maintainers + + 2013-08-22 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 57f6b273b..ed34e6334 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.17", - "signature": "2c3a506ebce23f3b610a3c1c837d79b1deb09242e2a6e637c9c5bb171622e54694ae4b13b235347d8648dcabd9f84a287d7037bb35f5c15e7f2580857b4978a6960347969cbb33cc43f0c4491dd285b9151e3dc77333c17b34651fa3f9629e2e2dc9b2feb01fa7bc9dcd59d27289573fec44b087d11ffd1bfe3a13263d2860fd", + "latest": "2013.08.22", + "signature": "0be83a5a225dd61e7e527540dce2ebd14c64e8ac54aa90324d95dffc74eb704cab83677f2cccf76c0c1735cf653344681c45fb433364b8543a44bac3bb089cc41a12a6e61b1f30fc3e7072eee42f6df9df98f0e241811c65bb660a1ba2c5643a322cb0310ee863606cebb1fdab89388fecc475c8e24657958d2652d4bc742edf", "versions": { "2012.02.22": { "bin": [ @@ -1043,6 +1043,20 @@ "http://youtube-dl.org/downloads/2013.08.17/youtube-dl-2013.08.17.tar.gz", "2fac57ca756daaf3c771bb883fa87d99e3818dba6635577ff6079921bd74e1f4" ] + }, + "2013.08.22": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.22/youtube-dl", + "574ce47b3b5e46d63118c333025ce944339f4119a36530f3b0830f3bac893174" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.22/youtube-dl.exe", + "9f1b8ae6ea4ddcb28065a07dbc2903ddc91e5db8eff4182fd6fd6ef2dcc4ead6" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.22/youtube-dl-2013.08.22.tar.gz", + "9fec63dcd192d8975efd92cb6e382d119f2f2c4f69806992c8204015f80fd12b" + ] } } } \ No newline at end of file