diff --git a/download.html b/download.html index 7f807c856..ee3c12c87 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.05.04 (sig)

+

2013.05.05 (sig)

- Windows exe (sig - 7523fdbbf262e58635c35f8bc905b5cfd4877cbcb7e40367e06ad3f85656b1ea)
- Full source + docs + binary tarball (sig - bdd61463b9ba7820fa97fd2b4c4bc57b7191261bb2f3ff31cf61b6b53e389894) + Windows exe (sig - 6c10389e6c88fc0516988df8145710ab44e4d63fd5ed2266e1801204b9171003)
+ Full source + docs + binary tarball (sig - ecba30f213505ece6a6fe7862fdc1b69b32911f717d98e5981f5913cfa5b7855)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.05.04/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.05.05/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.05.04/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.05.05/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 523cd1e6c..fad719a86 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.05.04 \ No newline at end of file +2013.05.05 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 06f2034d1..3d2ca5e69 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-05-04T07:17:51.992097 + 2013-05-04T12:34:52.538866 youtube-dl-2012.02.22 @@ -394,4 +394,19 @@ 2013-05-04 + + youtube-dl-2013.05.05 + New version 2013.05.05 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.05.05/ +
+
+ + The youtube-dl maintainers + + 2013-05-05 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fc532bac1..ea8dd9d6a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.05.04", - "signature": "04197a94703acca5a8f6839ebb647731afd63b8ecb77da3f6c6c4f79b8c2f41cbc18cde75ac1252f3f5a5a6947a60f687620795787be5bf90a964e76ef418b84a7475fa4ddcabbd9c247e840c8e0be5d1f75eca04d4370c6c802c2afdbf389f0984e7dd67a41c6e2f6e650a9b29723617b3639904ad1844a57c639b2e3de8f6a", + "latest": "2013.05.05", + "signature": "56ad750a06487ec4845a462a05dc05ed27dff1df2960264c148ccf6056800688757dc8e91ccabfad37b91a73b7648327d097b411d703887928a6aec9e0dba9a2cd02218f539362b555ff983f9e96dc51ee26ee9bba7d9c3bc98607bd72818dca490da2fa9a3010e4fd3c3596ce44a36548b8ad34b5476cb7d8afecd5f809e235", "versions": { "2012.02.22": { "bin": [ @@ -371,6 +371,20 @@ "http://youtube-dl.org/downloads/2013.05.04/youtube-dl-2013.05.04.tar.gz", "bdd61463b9ba7820fa97fd2b4c4bc57b7191261bb2f3ff31cf61b6b53e389894" ] + }, + "2013.05.05": { + "bin": [ + "http://youtube-dl.org/downloads/2013.05.05/youtube-dl", + "0a27058c5f40f7a119783815d98adc775e063dcf59ad9dcab63234cd54697b1b" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.05.05/youtube-dl.exe", + "6c10389e6c88fc0516988df8145710ab44e4d63fd5ed2266e1801204b9171003" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.05.05/youtube-dl-2013.05.05.tar.gz", + "ecba30f213505ece6a6fe7862fdc1b69b32911f717d98e5981f5913cfa5b7855" + ] } } } \ No newline at end of file