diff --git a/download.html b/download.html index 90299133e..4d5be4008 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.07.28 (sig)

+

2015.08.06.1 (sig)

- Windows exe (sig - 33efd2beefdf88214633bab64e7dce5f5c59ebac613f4a65a498b6c8b70eb8e5)
- Full source + docs + binary tarball (sig - 61c3acea56cb6127c092fed37ce77c64f14b501faceab54496412d3479685c56) + Windows exe (sig - 388d58b7084b1790b0354cd16c8f6a4f9f01f135c8ac4aa1a30d075379e2ea74)
+ Full source + docs + binary tarball (sig - efd25b9827851a5b8f7108437ea4d84f778702e59fcf85e37e9e0933b8a5c908)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.07.28/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.08.06.1/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /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.07.28/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.08.06.1/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /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.07.28/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.08.06.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 9be92e9cc..d694958e9 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.07.28 \ No newline at end of file +2015.08.06.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 856ec5e22..b275717fd 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-07-28T11:36:27.083676Z + 2015-08-06T23:09:06.391345Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8375,4 +8375,19 @@ 2015-07-28T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.06.1 + New version 2015.08.06.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.08.06.1/ +
+
+ + The youtube-dl maintainers + + 2015-08-06T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7329fe93e..40d357c5c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.07.28", - "signature": "4e967ad9df5352b6a9861cca5efb2a807bb8f9991ec802ba7072e41a0e91167431838546b27c1fb9fd511c19b1621d38bc230f43488bad5d9f546a56029c6ed48df14739300a0ab53e64771d964e00fea4e12862c24a9b7a546702a85563494bea308de47887989f6399c1c9fbcf1dea16d9ddd2644b44cbd4b3efaa4d1ebd2a", + "latest": "2015.08.06.1", + "signature": "74b347a217283e9c0bc8fc132053cb47159aedea026bbc4ea776af19c23a9bf5c2ca1bf964cc05968bfcd0b790e9f722d05abfa344d0784cc8a1a5816cc5a682af7e1038f14da441f78c3d57203f80b389d8052a32d6b293c1bac0437ec6843eb306fa9bf7f44035cbb26c4b64920810e654b4bc29cd0fd69e2f334352474b47", "versions": { "2012.02.22": { "bin": [ @@ -7819,6 +7819,20 @@ "https://yt-dl.org/downloads/2015.07.28/youtube-dl-2015.07.28.tar.gz", "61c3acea56cb6127c092fed37ce77c64f14b501faceab54496412d3479685c56" ] + }, + "2015.08.06.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.08.06.1/youtube-dl", + "02a6d60466dfd929efba99b4f179661c815aa04c0b7d380140700224c3e0da8c" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.08.06.1/youtube-dl.exe", + "388d58b7084b1790b0354cd16c8f6a4f9f01f135c8ac4aa1a30d075379e2ea74" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.08.06.1/youtube-dl-2015.08.06.1.tar.gz", + "efd25b9827851a5b8f7108437ea4d84f778702e59fcf85e37e9e0933b8a5c908" + ] } } } \ No newline at end of file