diff --git a/download.html b/download.html
index 995c18f36..8bcbf50c4 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.
-
+
-- MD5: 562f8b29fceb3d73c2d3fcc9dd0f5a67
-- SHA1: 72507678c29c8402c2ef485bd19f1b52d0a76269
-- SHA256: 0abcf59e26305f867c5c864c113bb95563a22b1376ec6ea81b2323f7d3937b00
+- MD5: b4397d0e37ac747acee7206188184cf0
+- SHA1: bd9083e6c9ad72a12898f4531a8ba4adfbdd84ba
+- SHA256: 330d893743aa35e3d0ba2da1763f407a4e5c199c6fae5402595323432a179040
- Windows exe (sig - 26152170beb60e0f420bca1a58895400c043a45198ce0be88fa40c8bda65c16e)
- Full source + docs + binary tarball (sig - 655fd9b093080fc7b892c1ddfe2eb6bdb7fd30d3e3e14d760957447af2f85911)
+ Windows exe (sig - 75e571249425eaf2e7e709b0e459f8f002f15d2c3673e821353ea336f42e93d9)
+ Full source + docs + binary tarball (sig - 6fb75369167b134ac2ec703e6330740eb3167ecd965d206da70625df290fd4ee)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.07.02/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.04/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.02/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.04/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 a7953e6cb..b392b0cab 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.07.02
\ No newline at end of file
+2013.07.04
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 35857334f..67c13b37d 100644
--- a/update/releases.atom
+++ b/update/releases.atom
@@ -2,7 +2,7 @@
youtube-dl releases
youtube-dl-updates-feed
- 2013-07-02T09:23:10.636609
+ 2013-07-04T18:11:48.898124
youtube-dl-2012.02.22
@@ -724,4 +724,19 @@
2013-07-02
+
+ youtube-dl-2013.07.04
+ New version 2013.07.04
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-07-04
+
+
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index da019c079..1badefd6f 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.07.02",
- "signature": "83f56af62025353d742f76354a4655a97eaf2abfbde6c2e53410f5e1c927649227360531aeae5e5fd2a3f57f2b54f558dc04e1c864914b51c8d96d314d36e6261e7a65e747a936b6394cf0e102fccc96a537c9a20a59986f0b19a8899f622699adff11982cb309a81e1e575fa4927af26181d1ed02fcfe61e76b4f21c8008495",
+ "latest": "2013.07.04",
+ "signature": "937d3e766352c54db4281148a9e42a8274c4a584bf92e4e61fa44d79cdf57041ba614e3d58cfd804331d7af570594ddc6a465fab9a05cb9005a0dac00d1a207822fe369d582c8062089d5834d34d9cfabad90fb93b055c9881f352c2ec05178a85bb13acda296847ec69e120cdec988227129c6ec3cb253a1a1db7d80ce1508e",
"versions": {
"2012.02.22": {
"bin": [
@@ -679,6 +679,20 @@
"http://youtube-dl.org/downloads/2013.07.02/youtube-dl-2013.07.02.tar.gz",
"655fd9b093080fc7b892c1ddfe2eb6bdb7fd30d3e3e14d760957447af2f85911"
]
+ },
+ "2013.07.04": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.07.04/youtube-dl",
+ "330d893743aa35e3d0ba2da1763f407a4e5c199c6fae5402595323432a179040"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.07.04/youtube-dl.exe",
+ "75e571249425eaf2e7e709b0e459f8f002f15d2c3673e821353ea336f42e93d9"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.07.04/youtube-dl-2013.07.04.tar.gz",
+ "6fb75369167b134ac2ec703e6330740eb3167ecd965d206da70625df290fd4ee"
+ ]
}
}
}
\ No newline at end of file