From 79ce12a2119b9c67d3a62580807aa17834a57fb8 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 24 Jun 2013 10:42:51 +0200 Subject: [PATCH] release 2013.06.27 --- 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 3f6d43cf8..33ad893b5 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.06.26 (sig)

+

2013.06.27 (sig)

- Windows exe (sig - 0001454e44069eb35355b3c524f42239299bb650faf5f1c7c37be0036a027dd1)
- Full source + docs + binary tarball (sig - 7692de7a8f4d79ca37754c4bf4a6224c155e2e8ceb6f0cd038fbdb7184f20fd6) + Windows exe (sig - 4dafbb4b50de8078c3c4deb0197504be33c090f0053e55a5abb1f9a25526d0f0)
+ Full source + docs + binary tarball (sig - 010dced8e17c81232d0e63e0b2e13ec9574d426034bb9e1bdea601b19dfc40e8)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.06.26/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.06.27/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.06.26/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.06.27/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 dc2aeb09f..cf21b5b82 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.06.26 \ No newline at end of file +2013.06.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 98e3c8e3c..3a3431509 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-06-24T01:09:02.378936 + 2013-06-24T10:42:51.347292 youtube-dl-2012.02.22 @@ -529,4 +529,19 @@ 2013-06-26 + + youtube-dl-2013.06.27 + New version 2013.06.27 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.06.27/ +
+
+ + The youtube-dl maintainers + + 2013-06-27 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 8a9489920..031cefd1c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.06.26", - "signature": "75067300ffae5ef94b34cbb66d1b1cb531af9a5bef81d084c36c46c4cbe4c9f53a719e438405aec35b0da7832b893800da05a1c0c82923251cf1714cd00f0069e7a4d9a0d62f58a33bb1e91bb9611d46cedfea658908c10495ee9d02abfee900f908c24dc92ab7675ecb95fdd6b1e78c6a452bb26e7444ddf26874815a123824", + "latest": "2013.06.27", + "signature": "3d8489934b5654427fe255ee7affe1c0492ec78c90a29c2c7d31782831806faa974a99e7b431b4a078cb92eb8cbce4a1dec0532c9f753a5f04fdd5ee5d153e9ad32a3ac6684606060006e26c4c30ef3b55fc03a9ef6e4728184517358d6925dfee9a757792913c85cc08cf5e80c857772c631eb7503ae8468236292be3fcff70", "versions": { "2012.02.22": { "bin": [ @@ -497,6 +497,20 @@ "http://youtube-dl.org/downloads/2013.06.26/youtube-dl-2013.06.26.tar.gz", "7692de7a8f4d79ca37754c4bf4a6224c155e2e8ceb6f0cd038fbdb7184f20fd6" ] + }, + "2013.06.27": { + "bin": [ + "http://youtube-dl.org/downloads/2013.06.27/youtube-dl", + "942730e0d6152c4a51c98a0f47298b84a31f6528b9dd4c7c994ce18133fc55d3" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.06.27/youtube-dl.exe", + "4dafbb4b50de8078c3c4deb0197504be33c090f0053e55a5abb1f9a25526d0f0" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.06.27/youtube-dl-2013.06.27.tar.gz", + "010dced8e17c81232d0e63e0b2e13ec9574d426034bb9e1bdea601b19dfc40e8" + ] } } } \ No newline at end of file