diff --git a/download.html b/download.html index 42d0b7e65..f10778009 100644 --- a/download.html +++ b/download.html @@ -16,21 +16,21 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.

-

2013.07.23 (sig)

+

2013.07.23.1 (sig)

- Windows exe (sig - 32adbcb7e645cdc8bf214704e0b4625c00e947c0e430b76917e38f991c36f2a5)
- Full source + docs + binary tarball (sig - 57dfbd0d3cda77fb4397ddab44291b2ec66fd89d693a5c5f066e58c357c9d099) + Windows exe (sig - fde926e64c68a5e8b8acf3ee35c5da6a0e3f752653ae6f2fa3567f03de18fc26)
+ Full source + docs + binary tarball (sig - fefc0401a893f296c49f4481dd3397aca38ffbb24e6fb43c8d5f810760f35ab4)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.07.23/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
+sudo wget http://youtube-dl.org/downloads/2013.07.23.1/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

You can also use pip: @@ -42,7 +42,7 @@ See the pypi page for more

To check the signature, type: -sudo wget http://youtube-dl.org/downloads/2013.07.23/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget http://youtube-dl.org/downloads/2013.07.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 d261c1371..7b8fc0e2e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.07.23 \ No newline at end of file +2013.07.23.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1736531a5..46ffdbe24 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-07-23T15:55:32.624573 + 2013-07-23T18:44:22.946635 youtube-dl-2012.02.22 @@ -919,4 +919,19 @@ 2013-07-23 + + youtube-dl-2013.07.23.1 + New version 2013.07.23.1 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.07.23.1/ +
+
+ + The youtube-dl maintainers + + 2013-07-23-1 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fdcf7cf9f..4fcf297fc 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.07.23", - "signature": "3378c55ed001172f2e170cd9c26412c9e2d83a259f3046649cced532dbb075ed27fe9bfd342c74155d0476415d1df4188d8d764ff5ff6585a53e1743087e95de5a89980b62c0a71f744f135301ada239f7efd339901eb8b0fabcfb00958b18b40b48a1c292086db1ee5ce4073e5bc51474a7dee78f137d7ad43610367a0bb6f2", + "latest": "2013.07.23.1", + "signature": "3f543b3bb33b93d6788a7631799751b6f5adcd5255eb8137432ef6c872a43086baefe85b808046db783eacea4547cf8c2410d3e6999c620eaa30f390b55588aa9ede4b056c4c4ade1d7ca2af6921bdc4ddfd9ddf60c63ce6e3ec223b633a79e527fa79d8d443e89fb0d071a588a198ef0ca1f66b885c7bcdbee0cf0fd8bd1ec7", "versions": { "2012.02.22": { "bin": [ @@ -861,6 +861,20 @@ "http://youtube-dl.org/downloads/2013.07.23/youtube-dl-2013.07.23.tar.gz", "57dfbd0d3cda77fb4397ddab44291b2ec66fd89d693a5c5f066e58c357c9d099" ] + }, + "2013.07.23.1": { + "bin": [ + "http://youtube-dl.org/downloads/2013.07.23.1/youtube-dl", + "f123889fa7bdfc906d84d18be67da404a07e695178d2f2064d37473942fcc048" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.07.23.1/youtube-dl.exe", + "fde926e64c68a5e8b8acf3ee35c5da6a0e3f752653ae6f2fa3567f03de18fc26" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.07.23.1/youtube-dl-2013.07.23.1.tar.gz", + "fefc0401a893f296c49f4481dd3397aca38ffbb24e6fb43c8d5f810760f35ab4" + ] } } } \ No newline at end of file