From eb409ed6e177aeb58e95be9ce61d0b4ff8ebe1fe Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 24 Jun 2013 12:46:24 +0200 Subject: [PATCH] release 2013.06.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 33ad893b5..2bf0dfdaf 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.27 (sig)

+

2013.06.28 (sig)

- Windows exe (sig - 4dafbb4b50de8078c3c4deb0197504be33c090f0053e55a5abb1f9a25526d0f0)
- Full source + docs + binary tarball (sig - 010dced8e17c81232d0e63e0b2e13ec9574d426034bb9e1bdea601b19dfc40e8) + Windows exe (sig - 20722a74e99a5c62e0eefa2c30cd00c6ee82b6c034b7abc4a0ea13b09ab113b6)
+ Full source + docs + binary tarball (sig - e9099a2328e47135746a046e134b1be93750c0ad7345a82a7cd73685eb2ccd81)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -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
+sudo wget http://youtube-dl.org/downloads/2013.06.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 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
+sudo wget http://youtube-dl.org/downloads/2013.06.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 cf21b5b82..e00ee9f52 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.06.27 \ No newline at end of file +2013.06.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3a3431509..21706b172 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-06-24T10:42:51.347292 + 2013-06-24T12:46:23.803732 youtube-dl-2012.02.22 @@ -544,4 +544,19 @@ 2013-06-27 + + youtube-dl-2013.06.28 + New version 2013.06.28 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.06.28/ +
+
+ + The youtube-dl maintainers + + 2013-06-28 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 031cefd1c..a196b194e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.06.27", - "signature": "3d8489934b5654427fe255ee7affe1c0492ec78c90a29c2c7d31782831806faa974a99e7b431b4a078cb92eb8cbce4a1dec0532c9f753a5f04fdd5ee5d153e9ad32a3ac6684606060006e26c4c30ef3b55fc03a9ef6e4728184517358d6925dfee9a757792913c85cc08cf5e80c857772c631eb7503ae8468236292be3fcff70", + "latest": "2013.06.28", + "signature": "599cf02f684f450ad7f1bbeb04d05b30508007f21500ddda6484f5a0120376951f5e6f5b46ecd3f8c9f956138214e297166809ac6171edc99ceed76f9cbe0ca8b1c16934486534cfda20460e6f5176f1d3ecc7ea718d8a849be571f14f0ec366fad59258d7d5f6f3574460fa473cdb0e007ce32c059ffff9eb99670fdee42bc1", "versions": { "2012.02.22": { "bin": [ @@ -511,6 +511,20 @@ "http://youtube-dl.org/downloads/2013.06.27/youtube-dl-2013.06.27.tar.gz", "010dced8e17c81232d0e63e0b2e13ec9574d426034bb9e1bdea601b19dfc40e8" ] + }, + "2013.06.28": { + "bin": [ + "http://youtube-dl.org/downloads/2013.06.28/youtube-dl", + "67df98d9de8840b4e6531256bdda65c54f82a98779efcf5007b3b97d892d18d8" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.06.28/youtube-dl.exe", + "20722a74e99a5c62e0eefa2c30cd00c6ee82b6c034b7abc4a0ea13b09ab113b6" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.06.28/youtube-dl-2013.06.28.tar.gz", + "e9099a2328e47135746a046e134b1be93750c0ad7345a82a7cd73685eb2ccd81" + ] } } } \ No newline at end of file