diff --git a/download.html b/download.html index aa5945e91..884eb49f6 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

-

2014.01.22.4 (sig)

+

2014.01.22.5 (sig)

- Windows exe (sig - dcbec237cf2216bdb03d6dd73b4f239cef85ce6cb08db82a15ab05c7031c83e8)
- Full source + docs + binary tarball (sig - 903f6e39758240c70e2ce5ebfe16d4e33069ffeb3308feea61481bd29a37d8a7) + Windows exe (sig - c779f1515460d58c038c59d0c7ab8d4c901e8c7cfc56f42998ad36995b6042c2)
+ Full source + docs + binary tarball (sig - 9b483a3f8f6810de7ae641a3a7d6c9f2a93a124c356a291e035efbe8777fd430)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.22.4/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.01.22.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/2014.01.22.4/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.01.22.5/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

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

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.22.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/2014.01.22.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 60d3fe260..1f7f45910 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.22.4 \ No newline at end of file +2014.01.22.5 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 97bf37224..a9b60ed93 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 - 2014-01-22T21:16:53.425485Z + 2014-01-22T22:15:35.570288Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2945,4 +2945,19 @@ 2014-01-22T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22.5 + New version 2014.01.22.5 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.01.22.5/ +
+
+ + The youtube-dl maintainers + + 2014-01-22T00:00:05Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6d9e43236..02c574c6e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.22.4", - "signature": "4053b1886edd380995a83cd808f1ab67e33df0d1aa1ff80691d94dea202cf20106b7e625589bc1a02bdb4f0aca84e0028a264eecd6fb9be482e77919a21701c41d74f05c9eba88efdfaa9b0ddefcf96ba13efba8f65e455956c3341782b5eb0f85f96cb1172a1c2122e2dbb978f392a0f853b4430e654294bba29ddfad577876", + "latest": "2014.01.22.5", + "signature": "726d78d182fde91f7d34dc1736501a5518eaa3eb603cceb2cd0d61e7c57f3cbe4248d4d1ac93fbce7c751f1ec4115ea0762bbfb5afa896335c263a1df28c749b5e3fb4dea91ff6cde3ce13639c64d1a66248be5f3e5d75c7071c64b38754a103d1baea527b764ff5cb06b0d33da84e5312a92d71bbdb59160c7afa234d332fc3", "versions": { "2012.02.22": { "bin": [ @@ -2751,6 +2751,20 @@ "https://yt-dl.org/downloads/2014.01.22.4/youtube-dl-2014.01.22.4.tar.gz", "903f6e39758240c70e2ce5ebfe16d4e33069ffeb3308feea61481bd29a37d8a7" ] + }, + "2014.01.22.5": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.22.5/youtube-dl", + "5437323cf040a17318e0fb9ed8ab50cb96abc5dc78992c9da1d629ca24a16a8e" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.22.5/youtube-dl.exe", + "c779f1515460d58c038c59d0c7ab8d4c901e8c7cfc56f42998ad36995b6042c2" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.22.5/youtube-dl-2014.01.22.5.tar.gz", + "9b483a3f8f6810de7ae641a3a7d6c9f2a93a124c356a291e035efbe8777fd430" + ] } } } \ No newline at end of file