From 42fe48f81d0f77bf73e50ec03032240822ad2eb8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 25 Jul 2013 23:03:17 +0200 Subject: [PATCH] release 2013.07.25.2 --- 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 83d4dc41e..26e39cad2 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.1 (sig)

+

2013.07.25.2 (sig)

- Windows exe (sig - 45c211302a863bdf508640c56a68da2bbebb41832009814fd4642454bcc6b019)
- Full source + docs + binary tarball (sig - 7ec9e8811eee8088a00728b01fd70cc8d14e25bd33b0ad174c9dc214f034c342) + Windows exe (sig - a9b7400f0485e0ba0d9679d6dbe97bb46be1ea88ac664721b4103bf82ec12a3f)
+ Full source + docs + binary tarball (sig - 44ce8439620d0741e3a778577b57c1e6bbd024edd5edf8175b525c8a468807d8)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.07.25.1/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.25.2/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.1/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.25.2/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 57a6e4ccf..96bd6a038 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.07.25.1 \ No newline at end of file +2013.07.25.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5ce2dd423..8d8e4e78a 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-07-25T10:11:28.432356 + 2013-07-25T23:03:17.122645 youtube-dl-2012.02.22 @@ -979,4 +979,19 @@ 2013-07-25-1 + + youtube-dl-2013.07.25.2 + New version 2013.07.25.2 + + + + + + The youtube-dl maintainers + + 2013-07-25-2 + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c77840cd7..6fee739f3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.07.25.1", - "signature": "2c73b8d65bc5149629e5faf000a5dea58f09696ecd25c9a5344fe1f5b696372ed64a86be6c4af0064d8bfbc0c1adceda5ee3de59b3e72d9d2d17411a432664a725a9f82a0389be07372dd3a57c529d7d599405b7f9effdc3dfb9cbea04a402e97d51c7e5eb3ae23c03ca52e81d87823881807eec87c2ef2f2a5638daf2587fe0", + "latest": "2013.07.25.2", + "signature": "3545b36b49394d90fada85cebeabce3ddcae5118a3548b127feed9ae5c3b2fa677b28b6fcc4be9953deed4483d607d16d05422a8d59ffaa24c2c6cb6964977eac68c2fb8cfe00f111113d593aa28b37406c1cb6be644a4c1b6ab1149e757d708f3af5e25b803e479753a12035d6ded5adbdc5ed8ef37c9d685989067addeb368", "versions": { "2012.02.22": { "bin": [ @@ -917,6 +917,20 @@ "http://youtube-dl.org/downloads/2013.07.25.1/youtube-dl-2013.07.25.1.tar.gz", "7ec9e8811eee8088a00728b01fd70cc8d14e25bd33b0ad174c9dc214f034c342" ] + }, + "2013.07.25.2": { + "bin": [ + "http://youtube-dl.org/downloads/2013.07.25.2/youtube-dl", + "60731e2e40f1ad6d01dd329f3565643673568ed6fdf987d840288e5e9b734fbd" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.07.25.2/youtube-dl.exe", + "a9b7400f0485e0ba0d9679d6dbe97bb46be1ea88ac664721b4103bf82ec12a3f" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.07.25.2/youtube-dl-2013.07.25.2.tar.gz", + "44ce8439620d0741e3a778577b57c1e6bbd024edd5edf8175b525c8a468807d8" + ] } } } \ No newline at end of file