From bcdbda3abe85f3b12a6841e060353488395b96bf Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 9 Aug 2013 15:52:30 +0200 Subject: [PATCH] release 2013.08.09 --- 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 a51b4b5d0..8b03f6b22 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.08.1 (sig)

+

2013.08.09 (sig)

- Windows exe (sig - 05728cc44eb29ca609b1022db59c0bb6ffbe0e2e183b6762b4db5410768d481f)
- Full source + docs + binary tarball (sig - 00bd57fc231a21dc428776cc0e9baabf221de255f8f3b30d94bff468172d17f5) + Windows exe (sig - 0325cac8686a4bd24e05d703dfc88d35e4dfce849681d404cc7800275fd500fd)
+ Full source + docs + binary tarball (sig - f53db27f8a5bba875117be048206f69db33482a161482fa3589bf3d46952f901)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.08.08.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.08.09/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.08.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.08.09/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 d6b4100f4..ad9639c4b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.08.1 \ No newline at end of file +2013.08.09 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b0ae1cbae..61ea99df2 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-08T20:49:28.320207 + 2013-08-09T15:52:30.095752 youtube-dl-2012.02.22 @@ -1054,4 +1054,19 @@ 2013-08-08-1 + + youtube-dl-2013.08.09 + New version 2013.08.09 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.08.09/ +
+
+ + The youtube-dl maintainers + + 2013-08-09 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 565c46e90..1dd756378 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.08.1", - "signature": "91bcc1eb1fdd9d7f7e3fbddb7aec3a7ce8df13660352bf957514b686ec4e8a059b6b24980edf641c01c05c4e5bca34df5b112bad3c3c03c25e70328e3dc60ac0ede310a6f41c781773451803845250e33a2ae630dbd034ff17eed2fce66ab4004de4db67dccf073855d59b97f0a096136c420b56479a7d32f7d654902dce9fff", + "latest": "2013.08.09", + "signature": "7fe78d1a6f5a49a3f1c5e0fd38a4d48a476d789b91169d04ea15e1d08661f61fdc7a8731ba99ca538a9134f84feaf66f892aa772effe91630d067d2a87a62e80749eb03ad032b60f9cc981e58a15ee9fe21ee5991d8cd95dc5b6cabf83329ff5b14a262efe45969d965c464662690fbec092b83ae0f1675866c2359b9617c627", "versions": { "2012.02.22": { "bin": [ @@ -987,6 +987,20 @@ "http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl-2013.08.08.1.tar.gz", "00bd57fc231a21dc428776cc0e9baabf221de255f8f3b30d94bff468172d17f5" ] + }, + "2013.08.09": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.09/youtube-dl", + "6844d73d33b517fb9a2dc381f59868ad7952edea9104c73a1199e93f105a4bed" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.09/youtube-dl.exe", + "0325cac8686a4bd24e05d703dfc88d35e4dfce849681d404cc7800275fd500fd" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.09/youtube-dl-2013.08.09.tar.gz", + "f53db27f8a5bba875117be048206f69db33482a161482fa3589bf3d46952f901" + ] } } } \ No newline at end of file