diff --git a/download.html b/download.html index 943eb4e6e..2c35add2d 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.02.23 (sig)

+

2015.02.23.1 (sig)

- Windows exe (sig - 3b56fb5e873cb998ad2052bb482c0ef4888afa928e176433a2f7e16478a63378)
- Full source + docs + binary tarball (sig - fef068d1a400ba2178e42fc2465d6d348579ee2d7ea704a3abccc25f40b50beb) + Windows exe (sig - a2ff621b48e8b43bbce8ea9b14bf501451620a65b6a0d1d10ef44f81710e2c78)
+ Full source + docs + binary tarball (sig - f17925d3f728c209b5d2cdca814004180599c9ba9ddaac7fb10fbd1c1a09bb74)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.23/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.02.23.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/2015.02.23/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.02.23.1/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /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.02.23/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.02.23.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 009f0b261..0b586d655 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.23 \ No newline at end of file +2015.02.23.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index dae1b2013..eb4b67abf 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-02-23T16:49:06.991508Z + 2015-02-23T18:56:17.788618Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7865,4 +7865,19 @@ 2015-02-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.23.1 + New version 2015.02.23.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.02.23.1/ +
+
+ + The youtube-dl maintainers + + 2015-02-23T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 081f314ea..5897885a7 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.23", - "signature": "3f95a867e5e73523d3b56c723babcde64ec457a56604cdef497068c1ef41232e64e62c0a4b14e346a59690af9426ee50217f1d5d823cd96c39b1d5e67f8a20b87caf6ed36ff30dfe5a3aef25dc352301b70e3b4ce17bc40919bedf40264b8b93ab4fa39b57340c05243568ad4e2215486b52d4e033fd12be037be4cfa6483b3c", + "latest": "2015.02.23.1", + "signature": "21042beb59e7dd36732ae0e4afd0ad37276360d17d76b9cd9db468bc142830ccb6f724d47ba2455708c8a30240ee78a5293345f29be74dca83dbb5887dcdd78ffc53bf820b747ef3fef6e673021b3c7577bd33f5cfbea2e5bb5307a4f2cf542b2b230f88ffea3a889b92bff1782375a59678ab12a37ac1105a819b023894e513", "versions": { "2012.02.22": { "bin": [ @@ -7343,6 +7343,20 @@ "https://yt-dl.org/downloads/2015.02.23/youtube-dl-2015.02.23.tar.gz", "fef068d1a400ba2178e42fc2465d6d348579ee2d7ea704a3abccc25f40b50beb" ] + }, + "2015.02.23.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.23.1/youtube-dl", + "895b9341129df09fad429aef7960e8852e91feb0e46ebac6ba7cb389ea58c0d3" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.23.1/youtube-dl.exe", + "a2ff621b48e8b43bbce8ea9b14bf501451620a65b6a0d1d10ef44f81710e2c78" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.23.1/youtube-dl-2015.02.23.1.tar.gz", + "f17925d3f728c209b5d2cdca814004180599c9ba9ddaac7fb10fbd1c1a09bb74" + ] } } } \ No newline at end of file