From e5eb46a38a147d00503e3150bd51eec63041636e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister <phihag@phihag.de> Date: Tue, 4 Mar 2014 03:43:47 +0100 Subject: [PATCH] release 2014.03.04.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 33cd15889..7946ad12a 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@ <p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.6, 2.7, or 3.3+ to work.</p> -<h2><a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl">2014.03.04</a> (<a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl.sig">sig</a>)</h2> +<h2><a href="https://yt-dl.org/downloads/2014.03.04.1/youtube-dl">2014.03.04.1</a> (<a href="https://yt-dl.org/downloads/2014.03.04.1/youtube-dl.sig">sig</a>)</h2> <ul> -<li><strong>MD5</strong>: baa44a3e3f97ffbc4e0de3365da8ddcd</li> -<li><strong>SHA1</strong>: ba621fd2c69a069a98a7eca81845b4f9c4cf46ab</li> -<li><strong>SHA256</strong>: 1aec071bba2d1d102f837e8960179d43ddcaba25df0975079877ff56cac58bfc</li> +<li><strong>MD5</strong>: ff658c1389e315d99058327bf826c0e6</li> +<li><strong>SHA1</strong>: fb507b1ee385501fef4f8492444475ecab440658</li> +<li><strong>SHA256</strong>: 0f4d40c9770c6fa178cd53977f0717e6961ff47032b87b96f02ce1d776178d3a</li> </ul> <p> - <a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl.exe.sig">sig</a> - bcdea2e7c5dfadd415482e99dcccda63e751fce2d4adeafdb608faedf5e17bb9)<br> - <a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl-2014.03.04.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.04/youtube-dl-2014.03.04.tar.gz.sig">sig</a> - 9c24e2b9ff6dfa83eb67dee91f1b83b8c72c5767a54d85720a962ea7498bcf63) + <a href="https://yt-dl.org/downloads/2014.03.04.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.04.1/youtube-dl.exe.sig">sig</a> - f4a1faf37b8ca05d928af99ba9a1e58b7ed15e3b144e27b17baeea99151c3d33)<br> + <a href="https://yt-dl.org/downloads/2014.03.04.1/youtube-dl-2014.03.04.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.04.1/youtube-dl-2014.03.04.1.tar.gz.sig">sig</a> - c1342d608ae705758e7feb54a9f6a68fc32a8b00510a4503495a9cef0776f7cb) </p> <p>To install it right away for all UNIX users (Linux, OS X, etc.), type: -<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.04/youtube-dl -o /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.04.1/youtube-dl -o /usr/local/bin/youtube-dl<br/> sudo chmod a+x /usr/local/bin/youtube-dl</code> </p> <p>If you do not have curl, you can alternatively use a recent wget: -<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.04/youtube-dl -O /usr/local/bin/youtube-dl<br/> +<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.04.1/youtube-dl -O /usr/local/bin/youtube-dl<br/> sudo chmod a+x /usr/local/bin/youtube-dl</code> </p> @@ -49,7 +49,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more </p> <p>To check the signature, type: -<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.04/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code> +<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.04.1/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code> </p> <p>The following GPG keys will be used to sign the binaries and the git tags:</p> diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ccf9bfe78..4bc2f406d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.04 \ No newline at end of file +2014.03.04.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 862936b03..999dfbdcb 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ <link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" /> <title>youtube-dl releases</title> <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id> - <updated>2014-03-04T03:36:25.389216Z</updated> + <updated>2014-03-04T03:43:45.376228Z</updated> <entry> <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id> @@ -3620,4 +3620,19 @@ <updated>2014-03-04T00:00:00Z</updated> </entry> + <entry> + <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.04.1</id> + <title>New version 2014.03.04.1</title> + <link href="http://rg3.github.io/youtube-dl" /> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + Downloads available at <a href="https://yt-dl.org/downloads/2014.03.04.1/">https://yt-dl.org/downloads/2014.03.04.1/</a> + </div> + </content> + <author> + <name>The youtube-dl maintainers</name> + </author> + <updated>2014-03-04T00:00:01Z</updated> + </entry> + </feed> \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 17f1e1aba..d2ac55212 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.04", - "signature": "4a18f203769945c157389be5792a5d413ab0a36598705f619e4b021e98df96918067f79293f1eed97e9f843d071cee31eb8d9137e82afdaecfb639a5e99511683dafeacbcd90e9d32e33cd8fe962779fea67ebd8900d482bcb1ca0ac13576e0dc928fe5d91ab34a20fb66dcb19cff1040a60733c670a389a566f3c179f0de74d", + "latest": "2014.03.04.1", + "signature": "2831e96d85b040496397646c9931993d92af551a1e2e5204167e8975964b522da9636cd8460fcc8b6d1a326f9391ee5e16bf83b58c8bc6d23e5b4306852dfc280c928bb4f1895f15523649d7d9f66144de42df9ef1bb534b18ca5f5993dbf8c8439c2efb38a986d04f403c2bdae78b6dcb2f3818a65c52c36a603408d916f5df", "versions": { "2012.02.22": { "bin": [ @@ -3381,6 +3381,20 @@ "https://yt-dl.org/downloads/2014.03.04/youtube-dl-2014.03.04.tar.gz", "9c24e2b9ff6dfa83eb67dee91f1b83b8c72c5767a54d85720a962ea7498bcf63" ] + }, + "2014.03.04.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.04.1/youtube-dl", + "0f4d40c9770c6fa178cd53977f0717e6961ff47032b87b96f02ce1d776178d3a" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.04.1/youtube-dl.exe", + "f4a1faf37b8ca05d928af99ba9a1e58b7ed15e3b144e27b17baeea99151c3d33" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.04.1/youtube-dl-2014.03.04.1.tar.gz", + "c1342d608ae705758e7feb54a9f6a68fc32a8b00510a4503495a9cef0776f7cb" + ] } } } \ No newline at end of file