diff --git a/download.html b/download.html index fa556d8d6..d851dcaf8 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.

-

2016.03.25 (sig)

+

2016.03.26 (sig)

- Windows exe (sig - b3414305dfc395e544b8925f34ba4c87363e4bc7f67b6860a2c8b696b74f4223)
- Full source + docs + binary tarball (sig - e9b76e981d5aa9465f5f3b8dc46576b9c4b77af7e6a90dcf21d179dc1a47d87a) + Windows exe (sig - 65579f07f03c0ceea1b2a489194baa23bf2bdeb0d13e354bfe00357719697522)
+ Full source + docs + binary tarball (sig - 7a5ef31c40c4e5b3d5a22e99437bf02b0c79b6a19e765749db6c9b754836bc61)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.03.25/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2016.03.26/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/2016.03.25/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2016.03.26/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/2016.03.25/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/2016.03.26/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 4169bef9b..df78a9679 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.03.25 \ No newline at end of file +2016.03.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6c9131deb..035dda55c 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 - 2016-03-25T09:30:35.509750Z + 2016-03-26T09:01:01.218344Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9335,4 +9335,19 @@ 2016-03-25T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.26 + New version 2016.03.26 + + +
+ Downloads available at https://yt-dl.org/downloads/2016.03.26/ +
+
+ + The youtube-dl maintainers + + 2016-03-26T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 640859e3e..e0182ac8c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.03.25", - "signature": "74f2ea799652d2502f53809bbc548da93fbb45b6001a29656d9de8db6e79fb8f23216f7eecb64a3efdac1e6fff82a9bf3b7251732f9ed5d9f590f4347d40378e761527abb062620e1e605b18dbdd198ffee8d2fd1b8102e2476b15d963fd607d880afa65d531147d31625dd4d4a9c475c3bcd0715ce72152a76d1758722d5ec0", + "latest": "2016.03.26", + "signature": "6211db0b44f15fb6090de1650e702c48e5a342dae1ba7db09f263c5fa9b5e69b72e42819fba5b1ff8f38221dc616f397dd30bad1373759edd39febac94ffa24de347f9746902084553e912ff7793c9d5104ce3ca76cb0c110592f4319b8ab01c43367ae6d2773719ef527ebc83431b7a774d77378cc415094e835b0fba0abcb3", "versions": { "2012.02.22": { "bin": [ @@ -8715,6 +8715,20 @@ "https://yt-dl.org/downloads/2016.03.25/youtube-dl-2016.03.25.tar.gz", "e9b76e981d5aa9465f5f3b8dc46576b9c4b77af7e6a90dcf21d179dc1a47d87a" ] + }, + "2016.03.26": { + "bin": [ + "https://yt-dl.org/downloads/2016.03.26/youtube-dl", + "bdb501898af8de7d8647ea38d8c1a8572351f25934476ce4fb7c131243289d6e" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.03.26/youtube-dl.exe", + "65579f07f03c0ceea1b2a489194baa23bf2bdeb0d13e354bfe00357719697522" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.03.26/youtube-dl-2016.03.26.tar.gz", + "7a5ef31c40c4e5b3d5a22e99437bf02b0c79b6a19e765749db6c9b754836bc61" + ] } } } \ No newline at end of file