From 1415d020758ca19483bfcef83aa57ca1506f6bb3 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 14 Aug 2013 10:23:40 +0200 Subject: [PATCH] release 2013.08.14 --- 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 8b03f6b22..f06877185 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.09 (sig)

+

2013.08.14 (sig)

- Windows exe (sig - 0325cac8686a4bd24e05d703dfc88d35e4dfce849681d404cc7800275fd500fd)
- Full source + docs + binary tarball (sig - f53db27f8a5bba875117be048206f69db33482a161482fa3589bf3d46952f901) + Windows exe (sig - 91246d5c9baa2439eaa6346a478194f01c1db4230e92d67f4e1e1f5391fdeb0d)
+ Full source + docs + binary tarball (sig - c1436671ed3b07db2bdc3647ac8c3392177db6028771c6df9d7b341e5cbb4a6d)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.08.09/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.14/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.09/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.14/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 ad9639c4b..d86358fb0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.09 \ No newline at end of file +2013.08.14 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 61ea99df2..6b5b88d92 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-09T15:52:30.095752 + 2013-08-14T10:23:40.050037 youtube-dl-2012.02.22 @@ -1069,4 +1069,19 @@ 2013-08-09 + + youtube-dl-2013.08.14 + New version 2013.08.14 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.08.14/ +
+
+ + The youtube-dl maintainers + + 2013-08-14 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1dd756378..702d1699e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.09", - "signature": "7fe78d1a6f5a49a3f1c5e0fd38a4d48a476d789b91169d04ea15e1d08661f61fdc7a8731ba99ca538a9134f84feaf66f892aa772effe91630d067d2a87a62e80749eb03ad032b60f9cc981e58a15ee9fe21ee5991d8cd95dc5b6cabf83329ff5b14a262efe45969d965c464662690fbec092b83ae0f1675866c2359b9617c627", + "latest": "2013.08.14", + "signature": "09a24276680bfd158837350e76c1f703533b559afc7982d99b968714b633ab2ca573408b228b28e509397bf8988e84b5c80f84c5eae623b93ecf735e6247202007d1e8ddbe93defd15edeb649051251d51769c438ce3477f927cae8fb6329adc7dcfcc2af4f1956522b312711667a98d1249221e4a00ff0b33ecb6520f1e0d0f", "versions": { "2012.02.22": { "bin": [ @@ -1001,6 +1001,20 @@ "http://youtube-dl.org/downloads/2013.08.09/youtube-dl-2013.08.09.tar.gz", "f53db27f8a5bba875117be048206f69db33482a161482fa3589bf3d46952f901" ] + }, + "2013.08.14": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.14/youtube-dl", + "544796628d10dac151f8e2ba93b7737754ff01959337f0e6f2392f70c3f18ab5" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.14/youtube-dl.exe", + "91246d5c9baa2439eaa6346a478194f01c1db4230e92d67f4e1e1f5391fdeb0d" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.14/youtube-dl-2013.08.14.tar.gz", + "c1436671ed3b07db2bdc3647ac8c3392177db6028771c6df9d7b341e5cbb4a6d" + ] } } } \ No newline at end of file