diff options
author | Philipp Hagemeister <[email protected]> | 2012-10-10 19:27:50 +0200 |
---|---|---|
committer | Philipp Hagemeister <[email protected]> | 2012-10-10 19:27:50 +0200 |
commit | 959fa33ef9c4bfd1fe5c6875a474e12d146ac6c6 (patch) | |
tree | 1f5551c4a295432ffd256b981af90548a8373034 | |
parent | a44c76cdf438cc2f6f9883ae1a59248ba1fa2dd1 (diff) | |
download | youtube-dl-959fa33ef9c4bfd1fe5c6875a474e12d146ac6c6.tar.gz youtube-dl-959fa33ef9c4bfd1fe5c6875a474e12d146ac6c6.zip |
release youtube-dl 2012.10.09
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | download.html | 8 |
2 files changed, 5 insertions, 6 deletions
@@ -1,6 +1,5 @@ -update: +update: youtube-dl python ./generate-download .PHONY: update - diff --git a/download.html b/download.html index 6091c793a..199987c50 100644 --- a/download.html +++ b/download.html @@ -16,12 +16,12 @@ <p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.x (x being at least 5) to work.</p> -<h2><a href="https://github.com/rg3/youtube-dl/raw/2012.09.27/youtube-dl">2012.09.27</a></h2> +<h2><a href="https://github.com/rg3/youtube-dl/raw/2012.10.09/youtube-dl">2012.10.09</a></h2> <ul> -<li><strong>MD5</strong>: b581c339555f66df4e213ececce37a11</li> -<li><strong>SHA1</strong>: f10d2b9348ab6f29579cdca5ee6723526d95c369</li> -<li><strong>SHA256</strong>: 46c58f78f99aca2697d2582f214bb0bd2c50c319c2625def81decd5489571f80</li> +<li><strong>MD5</strong>: 02c2a961099f067a8595ac771baed12a</li> +<li><strong>SHA1</strong>: 8ae1c8d78ae979c8a84a7802e57f8c298dcabac7</li> +<li><strong>SHA256</strong>: f83e0dbe6a13d6cc7c07755c55511f1dbb8a4b99215b277d0a0f1477d87df37d</li> </ul> <div class="note"> |