From d08c332b8bfdf21b58b762209e5bb0c5aeb13092 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 6 Sep 2013 11:08:32 +0200 Subject: [PATCH] release 2013.09.06.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 02fb153f7..c95140759 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.09.06 (sig)

+

2013.09.06.1 (sig)

- Windows exe (sig - 67f238375ca70839f3bc78075dc2f5f108a6a3cb2673b1871c63462a18309dc4)
- Full source + docs + binary tarball (sig - 9b089d1654b997ad90195343ab62c17f513ce6f93d9c346437ab49de05e6a7dc) + Windows exe (sig - 1e8d606e76b2551163f9aa0c4a7ecae960d77a8021896b4809839b8d09b89ebd)
+ Full source + docs + binary tarball (sig - 9ef08eaa28d692a556a50d506ea5b86cd3314cd591e2cdcdfdaa447cac1568ab)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget https://yt-dl.org/downloads/2013.09.06/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.09.06.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 https://yt-dl.org/downloads/2013.09.06/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.09.06.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 9da6d6cc7..2d8c4b7d8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.06 \ No newline at end of file +2013.09.06.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6e1ff759b..d64400559 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-06T10:17:42.333803 + 2013-09-06T11:08:26.372417 youtube-dl-2012.02.22 @@ -1264,4 +1264,19 @@ 2013-09-06 + + youtube-dl-2013.09.06.1 + New version 2013.09.06.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.09.06.1/ +
+
+ + The youtube-dl maintainers + + 2013-09-06-1 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 22e62e25b..ca9809456 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.06", - "signature": "3e856293ef044d20d432c5ad9f64890c59864e9eaf4cd1ff7c42a3b444f62b05068da0822f4e35cf2ce66ffbc968df40737951d6179c63a1f6f631c660bc8cb6d810242bde11bbe7ba04fd9098dfc107b0f0fe1e9b4f6d9749de65ccd1c5b0bee9053de607e3cf9b8683fa3893ffc6cf967d2accedbaa8cb7650f007363be84a", + "latest": "2013.09.06.1", + "signature": "92d0c12708037852d08cf9e992a9b5dc77c50722be872fb1887dee9df9e7da61e6d6b1523a12b1d6ab8f345740f0dc7595000598297d31006e8da532805baefef86a3b1523fbb24812cbca951b21ef8dfbf8a3afb5bf82371c45f713d1a50d540dd990189040a91d4760ddfc3618a1749b7c3da148a1d6997e0efc9341a1b6df", "versions": { "2012.02.22": { "bin": [ @@ -1183,6 +1183,20 @@ "https://yt-dl.org/downloads/2013.09.06/youtube-dl-2013.09.06.tar.gz", "9b089d1654b997ad90195343ab62c17f513ce6f93d9c346437ab49de05e6a7dc" ] + }, + "2013.09.06.1": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.06.1/youtube-dl", + "8d19fc7280b17bb72c755262c623762f151c8862673615457cf193e16b884bc8" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.06.1/youtube-dl.exe", + "1e8d606e76b2551163f9aa0c4a7ecae960d77a8021896b4809839b8d09b89ebd" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.06.1/youtube-dl-2013.09.06.1.tar.gz", + "9ef08eaa28d692a556a50d506ea5b86cd3314cd591e2cdcdfdaa447cac1568ab" + ] } } } \ No newline at end of file