diff --git a/download.html b/download.html index 40251bc42..3b441b10d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

-

2015.02.10.4 (sig)

+

2015.02.10.5 (sig)

- Windows exe (sig - 8eea1de24d55546e046c85dc9cc4d13c649199c94f772eede5a844e87ed234b5)
- Full source + docs + binary tarball (sig - 9a6d616ad7fde0f9fda72e64cb3197bd8faec04b7baa726def926119ad3bbd24) + Windows exe (sig - 227b1133f52dcfb07451f3dcadf3c408eb4a76fe40fd4c41060ab30fb83fb623)
+ Full source + docs + binary tarball (sig - cd383f83b972afccf57b97c096d4830067199aedf4e2f0809004a2ead8676f38)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.10.4/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.02.10.5/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.10.4/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.02.10.5/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -53,7 +53,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.10.4/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/2015.02.10.5/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 d81967be4..5a3783916 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.10.4 \ No newline at end of file +2015.02.10.5 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c94286965..f2ef47656 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-10T11:32:19.050741Z + 2015-02-10T16:03:49.001158Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7640,4 +7640,19 @@ 2015-02-10T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.5 + New version 2015.02.10.5 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.02.10.5/ +
+
+ + The youtube-dl maintainers + + 2015-02-10T00:00:05Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 772bfdd65..565d8b2ce 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.10.4", - "signature": "9a9d7b0646572046f6ce6da6b9c0c83a39eb41636f0afc565e71da16646832c96c9cc03e85d44fd7ce52cccf71bbd019c2380c0d8eaea465ae00b89015c269a864f9cffff9f90d21a3bf0da19e47a8d81f30334756fc2a37c086380e20fd148278ec4193f96bc2f7a18ed007b960a8c292d2de70fd7dc8c22218ab18adb3e9ca", + "latest": "2015.02.10.5", + "signature": "914d25bdfb53ba5a28691b578857265b59c1b83e0da73d184fe91091cdb4d58a1f9c29c3a0265a025ced41b5882145bf4a2712212f889125551762757f27119a910050ceb857c3ff29e6ce2558b3e47295e74a30490f2d4fdabba1a1c789703c8b4b8b2b052e3425f76a47c756aec9d6e79ffee269c420d8fb83787b9167c87c", "versions": { "2012.02.22": { "bin": [ @@ -7133,6 +7133,20 @@ "https://yt-dl.org/downloads/2015.02.10.4/youtube-dl-2015.02.10.4.tar.gz", "9a6d616ad7fde0f9fda72e64cb3197bd8faec04b7baa726def926119ad3bbd24" ] + }, + "2015.02.10.5": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.10.5/youtube-dl", + "14de9052b9076a5e9da689a5ca98586822a0ec99d0b36c51d21e82cc954706f0" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.10.5/youtube-dl.exe", + "227b1133f52dcfb07451f3dcadf3c408eb4a76fe40fd4c41060ab30fb83fb623" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.10.5/youtube-dl-2015.02.10.5.tar.gz", + "cd383f83b972afccf57b97c096d4830067199aedf4e2f0809004a2ead8676f38" + ] } } } \ No newline at end of file