diff --git a/download.html b/download.html index 04714f796..9c15116d4 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.06.24.1 (sig)

+

2014.06.25 (sig)

- Windows exe (sig - 8623e894cc6a9bce64f8259ee103bab31c9d22f1c400d667237021f1b38828b0)
- Full source + docs + binary tarball (sig - 0e4a6c19f0b1b015bc952a33a374e160f3391355778fc43fbf119fa41104b93b) + Windows exe (sig - 04e10139e9dc544a78a6d266e7e5ccc6fc77a46721f75fb2527faa1a48ae8e78)
+ Full source + docs + binary tarball (sig - 23296fc6399ffba1fb469447f28e767766525632dd2371d65f957028523ecaa0)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.06.24.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.06.25/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.06.24.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.06.25/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/2014.06.24.1/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.06.25/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 31fd4b19d..5d8824cdb 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.06.24.1 \ No newline at end of file +2014.06.25 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index af4cf3b97..32b70c412 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-06-24T09:15:28.527242Z + 2014-06-25T21:36:20.567743Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4835,4 +4835,19 @@ 2014-06-24T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.25 + New version 2014.06.25 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.06.25/ +
+
+ + The youtube-dl maintainers + + 2014-06-25T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 541e44fa0..64bf7cb1a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.06.24.1", - "signature": "16491cdb58756a256d130f9bbc52c0965a924cde847db17a13113bc23e93a1f686921b1d0cf19e0cadcf12e337391417925cd0700166c11251c3f0b065cee340f0965bc20dfe202de682a0f0f4628454c89cf37f970d9bb28cb7fdcf32168a6f0517db3047f7c4478d8e6699a2e8aa5007dc1fd827dcb254eac9be0fddb444cf", + "latest": "2014.06.25", + "signature": "722075f8ac9544e05e398ba5b55c1a0e141324c66c9e1cef31e29490a5ded1fcfc3621229731102a06482e7dde3d928b8c50a3cf3369a01b925ee99811714558b2fef642fd62c9c8eec6c9b000acd50cc0ebe67fb93fd1f931f374eadd1c370eb185b18f9c2185080a86b99511251e337461508a7dec5f1f13478a3046211165", "versions": { "2012.02.22": { "bin": [ @@ -4515,6 +4515,20 @@ "https://yt-dl.org/downloads/2014.06.24.1/youtube-dl-2014.06.24.1.tar.gz", "0e4a6c19f0b1b015bc952a33a374e160f3391355778fc43fbf119fa41104b93b" ] + }, + "2014.06.25": { + "bin": [ + "https://yt-dl.org/downloads/2014.06.25/youtube-dl", + "0598745e42828a5e1a791cd7d524567d97d5a6677b99e2120634c7179b5dcf04" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.06.25/youtube-dl.exe", + "04e10139e9dc544a78a6d266e7e5ccc6fc77a46721f75fb2527faa1a48ae8e78" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.06.25/youtube-dl-2014.06.25.tar.gz", + "23296fc6399ffba1fb469447f28e767766525632dd2371d65f957028523ecaa0" + ] } } } \ No newline at end of file