diff --git a/download.html b/download.html index 8cae1bc56..1ab69ae68 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.04.30 (sig)

+

2014.04.30.1 (sig)

- Windows exe (sig - 235a818b14643c1344fecb5a7846ddc5ca3061cf55f67246485b699c556a71b6)
- Full source + docs + binary tarball (sig - 39cfe73aa8791464efee0fac52563d9c6063e6df802b5316bdf8e7aee9e4bbd7) + Windows exe (sig - c96627095a532768f90c5e7d37d4d729ad63324ff4deb186585a21b58caff4a8)
+ Full source + docs + binary tarball (sig - 43061bb49b42dfd4dd2328cf8ef5215b3b3ba025a48ebc65d655fe1f1a3b0aee)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.30/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.04.30.1/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.04.30/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.04.30.1/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.04.30/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.04.30.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 d5a463e9e..e758a3477 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.30 \ No newline at end of file +2014.04.30.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 30d221aa0..4b0c967e6 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-04-30T02:11:32.816771Z + 2014-04-30T10:14:33.644499Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4610,4 +4610,19 @@ 2014-04-30T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.30.1 + New version 2014.04.30.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.04.30.1/ +
+
+ + The youtube-dl maintainers + + 2014-04-30T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b8acb81a6..c536422dc 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.30", - "signature": "9ae49bdfa6ae72026e2eb6723fdb0c058576e8e0c08bfd246d07c1b4446391f6110bcd379af8c5085afbc20043de633bf727a636e0a23241b84d4984179ba1d3e7fdcffd992dee23580cd5f676164d55c69ef1b3f143ea316ec07114fb01df287193d24695249048c5c7f7c88a3e33d3d8c4f9a92437b3c53181c8d9fedd790f", + "latest": "2014.04.30.1", + "signature": "7c4900098974e031b959c410e30fc0b94962d3b802757e27f49da1c09d6950bc2420a1078826d33211054c090f0d7ca5cd5266c735f8f5fe3e52931a1eced7bc9773db8a559f37fbdc632943cce8c277ce91b7bd8525696edeaf7f918f021f6e1ebf6fd9e2a0dab804a556409e26ac9368543f21b15dae69e6c366c913a1b9db", "versions": { "2012.02.22": { "bin": [ @@ -4305,6 +4305,20 @@ "https://yt-dl.org/downloads/2014.04.30/youtube-dl-2014.04.30.tar.gz", "39cfe73aa8791464efee0fac52563d9c6063e6df802b5316bdf8e7aee9e4bbd7" ] + }, + "2014.04.30.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.30.1/youtube-dl", + "b6643efa629029dd1235548bba78508a3d761a9858bb9fc981415b4bce6a93c9" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.30.1/youtube-dl.exe", + "c96627095a532768f90c5e7d37d4d729ad63324ff4deb186585a21b58caff4a8" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.30.1/youtube-dl-2014.04.30.1.tar.gz", + "43061bb49b42dfd4dd2328cf8ef5215b3b3ba025a48ebc65d655fe1f1a3b0aee" + ] } } } \ No newline at end of file