From d8fb038cca2e74c6bccbb3ec6a18bcdd1c732d1b Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 31 Jul 2013 10:58:43 +0200 Subject: [PATCH] release 2013.07.31 --- 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 26e39cad2..78f567c92 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.07.25.2 (sig)

+

2013.07.31 (sig)

- Windows exe (sig - a9b7400f0485e0ba0d9679d6dbe97bb46be1ea88ac664721b4103bf82ec12a3f)
- Full source + docs + binary tarball (sig - 44ce8439620d0741e3a778577b57c1e6bbd024edd5edf8175b525c8a468807d8) + Windows exe (sig - 23dc40506c2c1a7d7e15adcc8a59413a4c66a73952b1b1bc62c1387e27904f73)
+ Full source + docs + binary tarball (sig - d75f341fdb9729b2f54e88a7ad02adacc2a8d9a5a20e0507eeb56b0688d467a8)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.07.25.2/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.07.31/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.07.25.2/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.07.31/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 96bd6a038..c60e2b224 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.07.25.2 \ No newline at end of file +2013.07.31 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8d8e4e78a..105225e57 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-07-25T23:03:17.122645 + 2013-07-31T10:58:42.252025 youtube-dl-2012.02.22 @@ -994,4 +994,19 @@ 2013-07-25-2 + + youtube-dl-2013.07.31 + New version 2013.07.31 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.07.31/ +
+
+ + The youtube-dl maintainers + + 2013-07-31 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6fee739f3..449800b2a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.07.25.2", - "signature": "3545b36b49394d90fada85cebeabce3ddcae5118a3548b127feed9ae5c3b2fa677b28b6fcc4be9953deed4483d607d16d05422a8d59ffaa24c2c6cb6964977eac68c2fb8cfe00f111113d593aa28b37406c1cb6be644a4c1b6ab1149e757d708f3af5e25b803e479753a12035d6ded5adbdc5ed8ef37c9d685989067addeb368", + "latest": "2013.07.31", + "signature": "97c943800e05a0b2328ca4a85f13df47fb8411be74a9e3c6d645f49130353679bc42b6e399239a5b64fb490f38f25a428a6071045801dd62a4d3d5a1a4b92fe6989a4254330adb2d4d7701c0283a7646a8fe594d22314a82067d5b5214b32992258b7599ce200992bedb7c897b5663b8ae980efddea563f23316bd5e436d6cc1", "versions": { "2012.02.22": { "bin": [ @@ -931,6 +931,20 @@ "http://youtube-dl.org/downloads/2013.07.25.2/youtube-dl-2013.07.25.2.tar.gz", "44ce8439620d0741e3a778577b57c1e6bbd024edd5edf8175b525c8a468807d8" ] + }, + "2013.07.31": { + "bin": [ + "http://youtube-dl.org/downloads/2013.07.31/youtube-dl", + "1b07a0fd591311d67b8556fbe59a9cc311d09363b07b3ea511fef6318d51d3c7" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.07.31/youtube-dl.exe", + "23dc40506c2c1a7d7e15adcc8a59413a4c66a73952b1b1bc62c1387e27904f73" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.07.31/youtube-dl-2013.07.31.tar.gz", + "d75f341fdb9729b2f54e88a7ad02adacc2a8d9a5a20e0507eeb56b0688d467a8" + ] } } } \ No newline at end of file