From cde950717123a2fc44875ff509dd4646b7a36c23 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 8 Aug 2013 20:49:29 +0200 Subject: [PATCH] release 2013.08.08.1 --- 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 b95ad2585..a51b4b5d0 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 (sig)

+

2013.08.08.1 (sig)

- Windows exe (sig - b73359e81df7ee2d432b286c1fb9bd1a0920ef4e8e8b89278d94f913ebe5a0a4)
- Full source + docs + binary tarball (sig - 779d3271ebcbb604e81c5ceccac3426867e79cd0d1351c4bd541394028ee0b19) + Windows exe (sig - 05728cc44eb29ca609b1022db59c0bb6ffbe0e2e183b6762b4db5410768d481f)
+ Full source + docs + binary tarball (sig - 00bd57fc231a21dc428776cc0e9baabf221de255f8f3b30d94bff468172d17f5)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.08.08/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.08.1/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/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.08.1/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 934c2869c..d6b4100f4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.08 \ No newline at end of file +2013.08.08.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4447dc1a3..b0ae1cbae 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-08T00:52:43.852862 + 2013-08-08T20:49:28.320207 youtube-dl-2012.02.22 @@ -1039,4 +1039,19 @@ 2013-08-08 + + youtube-dl-2013.08.08.1 + New version 2013.08.08.1 + + + + + + The youtube-dl maintainers + + 2013-08-08-1 + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 59aef10b7..565c46e90 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.08", - "signature": "677a7f996da4c505c3ef150efbc067886b3f36087cea46f79f0611c4dd96bcae50290f7eb54bfdace2c0cac118b28a82f72d6f53f6943514c4e613f31cff7e4336f4e3005a18f1cdeb8f49cdc474f531c06446b5f06dc2b379adf65dbf0c74f034d6630ceb551136004d84de3ccbbece0ad500082ac1701f9ea20e3b85ecccf5", + "latest": "2013.08.08.1", + "signature": "91bcc1eb1fdd9d7f7e3fbddb7aec3a7ce8df13660352bf957514b686ec4e8a059b6b24980edf641c01c05c4e5bca34df5b112bad3c3c03c25e70328e3dc60ac0ede310a6f41c781773451803845250e33a2ae630dbd034ff17eed2fce66ab4004de4db67dccf073855d59b97f0a096136c420b56479a7d32f7d654902dce9fff", "versions": { "2012.02.22": { "bin": [ @@ -973,6 +973,20 @@ "http://youtube-dl.org/downloads/2013.08.08/youtube-dl-2013.08.08.tar.gz", "779d3271ebcbb604e81c5ceccac3426867e79cd0d1351c4bd541394028ee0b19" ] + }, + "2013.08.08.1": { + "bin": [ + "http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl", + "a50ea465ea7ac5928f3f58ee34b984005f58df945f4a5568464a294ff7aa1c91" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl.exe", + "05728cc44eb29ca609b1022db59c0bb6ffbe0e2e183b6762b4db5410768d481f" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.08.08.1/youtube-dl-2013.08.08.1.tar.gz", + "00bd57fc231a21dc428776cc0e9baabf221de255f8f3b30d94bff468172d17f5" + ] } } } \ No newline at end of file