From e9f671d34fed8b46057e03e8ab62990d67860552 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 27 Aug 2013 23:42:12 +0200 Subject: [PATCH] release 2013.08.28 --- 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 516aef3aa..34c6a37db 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.27 (sig)

+

2013.08.28 (sig)

- Windows exe (sig - 17186159937d9c6dc07e0785e9bbc8194502b34a806858110623abd68c2cddb6)
- Full source + docs + binary tarball (sig - 10a09e5f49d1127b4618ed91080ac2c1c3104ad517dee361dd555521439b9fbf) + Windows exe (sig - 130c56652a41ec3dc2d61002002d1b834e6c96a42c9f58eb31006f8d9a6fffa2)
+ Full source + docs + binary tarball (sig - 3b4c6acbe0329e673d8a10038d6d67eeb3dfe1d64f89e10c0c6e1a8befe0f2c5)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget https://yt-dl.org/downloads/2013.08.27/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.08.28/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 https://yt-dl.org/downloads/2013.08.27/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget https://yt-dl.org/downloads/2013.08.28/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 fcfe45b0e..3004d42ae 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.08.27 \ No newline at end of file +2013.08.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index db9d5b5a0..dbc27f749 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-08-27T02:36:41.041626 + 2013-08-27T23:42:12.114357 youtube-dl-2012.02.22 @@ -1159,4 +1159,19 @@ 2013-08-27 + + youtube-dl-2013.08.28 + New version 2013.08.28 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.08.28/ +
+
+ + The youtube-dl maintainers + + 2013-08-28 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 1d890da88..c8ad6407c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.08.27", - "signature": "095ce1ab4930c2284f9e5f307b6c9da1dd22bb3ff82b49cb39443139f5123b30023605ab2c98a28d6b93e91081546e3a17f7e54b2aa72ad2678edb0b81de064c824c1a3bd94e83f40e65237304284256c260c6a3689f9b99ac419c01a13e0fea5527ecf58785282dfc3e497bc8fbecb7392740c98f519d4c078e40a76bf5f69a", + "latest": "2013.08.28", + "signature": "0e50d72329b1206ef8248629e8dea0ecd1e496b5927014d8d9a746c7725d9199d4195f205064a607b2617264f32114267268e155f8f457ffa2e5ce6863aa1f64a3a52974a03afbabc214f689d889e55620174811eacc25441b3bb5fa2aee5a0f9f26bf9fd73826ac7b844370c7d73ed1b06c3703b981ce7c9e8c1d3c3709d5aa", "versions": { "2012.02.22": { "bin": [ @@ -1085,6 +1085,20 @@ "https://yt-dl.org/downloads/2013.08.27/youtube-dl-2013.08.27.tar.gz", "10a09e5f49d1127b4618ed91080ac2c1c3104ad517dee361dd555521439b9fbf" ] + }, + "2013.08.28": { + "bin": [ + "https://yt-dl.org/downloads/2013.08.28/youtube-dl", + "50206fa743ef2b4e324df68ea876a17390e1e30579ce402ca6b541421c7ba947" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.08.28/youtube-dl.exe", + "130c56652a41ec3dc2d61002002d1b834e6c96a42c9f58eb31006f8d9a6fffa2" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.08.28/youtube-dl-2013.08.28.tar.gz", + "3b4c6acbe0329e673d8a10038d6d67eeb3dfe1d64f89e10c0c6e1a8befe0f2c5" + ] } } } \ No newline at end of file