diff --git a/download.html b/download.html index 0fbbcd03c..d4c33afe0 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.02.05 (sig)

+

2016.02.05.1 (sig)

- Windows exe (sig - a4f2cc3e0a21ef5f0982849819787f2493aee6f319932c6cb78ec603f42d2812)
- Full source + docs + binary tarball (sig - d4276588499efbb4638d1078fede72f89063b30f7cf9569df8ea33b15514f966) + Windows exe (sig - 08c72cfcb53560e7ae4c1e371feb3fb11b52215d3245016d24abd479cab9a516)
+ Full source + docs + binary tarball (sig - c05621cf77cfbff16c96bbe4bf07eee89d73f60b065e5daec4bb069358525f9d)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.02.05/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2016.02.05.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/2016.02.05/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2016.02.05.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/2016.02.05/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.02.05.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 ef6d176be..f9e24844d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.05 \ No newline at end of file +2016.02.05.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 51e03dd83..442cfc2c1 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-02-05T11:07:29.955860Z + 2016-02-05T15:19:13.015351Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9155,4 +9155,19 @@ 2016-02-05T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.05.1 + New version 2016.02.05.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2016.02.05.1/ +
+
+ + The youtube-dl maintainers + + 2016-02-05T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 4b1a69543..51f293c1f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.05", - "signature": "62a5dc266758c2462ed1b350b1cbe88229a95a801faaf3f73cf1a006709d89d385e5a2075b2c4827f66af9526c64b382c156a25d6d56acc0d800e55171dc8c578f59f617950edf2dc838ab269f2db47efca62209be71e58afd718eaa515b9918172b09cee2733bb30b00ed91b2ce72de546382ad41517d1b95ac1086f60384ae", + "latest": "2016.02.05.1", + "signature": "5095ea23919c2a9187ad51ee8f47e08ae2c6b54696e3206abc4296a515bd600e904d5d6cf8693483b513051394d1d2b06dab8724b6e2b7ce8d461230e81565d34973ad60018c30ea856a01a3232336a1ac83085a599489d452ee0b652e1df220d6c820e92b4805160c3239bc18035eaa47b5f5434cc929b861125b5d27254d5c", "versions": { "2012.02.22": { "bin": [ @@ -8547,6 +8547,20 @@ "https://yt-dl.org/downloads/2016.02.05/youtube-dl-2016.02.05.tar.gz", "d4276588499efbb4638d1078fede72f89063b30f7cf9569df8ea33b15514f966" ] + }, + "2016.02.05.1": { + "bin": [ + "https://yt-dl.org/downloads/2016.02.05.1/youtube-dl", + "2378c5fba70848d41913ac50ac09c89e0e509e85b195d8bd084ab1b0b86eb1b9" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.02.05.1/youtube-dl.exe", + "08c72cfcb53560e7ae4c1e371feb3fb11b52215d3245016d24abd479cab9a516" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.02.05.1/youtube-dl-2016.02.05.1.tar.gz", + "c05621cf77cfbff16c96bbe4bf07eee89d73f60b065e5daec4bb069358525f9d" + ] } } } \ No newline at end of file