diff --git a/download.html b/download.html
index 6bb14cff2..bea3fad67 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: 220534d4225caa19b441642032e52460
-- SHA1: 97f6c4d1b72627235c102f16b84fd38b13d47039
-- SHA256: 5e11808fd8a0c0ec8a6b7f655eb6d6f1d52213a00331dc9c5226c2036689fa17
+- MD5: 0f3a738004be345fcde39078a00d720c
+- SHA1: b2fedc9ebfccdbcd3ec64b46b9cd6cf9639da8ae
+- SHA256: 5a8afacb956657f3fcfd6ae513be2652bb729edcf2635f48ce1f5b4c28731854
- Windows exe (sig - 7b003bba0945b014b70ebc5791f7aeafd076d3953bb8af28ccd2599fabf0e77b)
- Full source + docs + binary tarball (sig - b199645ac18cb9b5b8d0de5d83691c295b96f582b23ae4aafc0885dfea6fa579)
+ Windows exe (sig - f30c73a48e6acb9c2bb39865c2cc725a9662d8c9e7786c32d374b437857cfd80)
+ Full source + docs + binary tarball (sig - fea1a1e3c160138fe6542e92c04581d71b97a3623665436128a541412757f75f)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.06.34.3/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.06.34.4/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.06.34.3/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.06.34.4/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 eec03611d..8bb268d13 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.06.34.3
\ No newline at end of file
+2013.06.34.4
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 17ac3e62e..77b5f537b 100644
--- a/update/releases.atom
+++ b/update/releases.atom
@@ -2,7 +2,7 @@
youtube-dl releases
youtube-dl-updates-feed
- 2013-06-29T17:36:17.342504
+ 2013-06-29T20:27:48.011115
youtube-dl-2012.02.22
@@ -694,4 +694,19 @@
2013-06-34-3
+
+ youtube-dl-2013.06.34.4
+ New version 2013.06.34.4
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-06-34-4
+
+
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 92811c110..a38c8b1e7 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.06.34.3",
- "signature": "08c16411dc11e5c843f325699d5108f91e2d71dc239af1e086888c84de687f485e640b4f8245547f6b8f43d8a544bbc6b6cc55c4efde204cb073854b5f742e027f4cdc21b8457c7a0055c4e2baf11e4c9e974620920df4ee0f5c8efc546ebbbd77d597c80359e9f9c9f80e43d2b695deccead82048895ca599fd986069140c3d",
+ "latest": "2013.06.34.4",
+ "signature": "74a2da214d188eaa1a8e95c44e6deffaaaa4235256d5e06667cffe8740a4ed1689278b735846208422d6660b3b12242c6df78739a4bb81d5299942dc3b2edaabf9c14307b5bd5d57924c4ae1a05c860898e52ae46902e71c0abb6cb35fce61cc9565bb5d724902e437354de00bd0f12aea8235e56f22114c1a7ac498c29e63ae",
"versions": {
"2012.02.22": {
"bin": [
@@ -651,6 +651,20 @@
"http://youtube-dl.org/downloads/2013.06.34.3/youtube-dl-2013.06.34.3.tar.gz",
"b199645ac18cb9b5b8d0de5d83691c295b96f582b23ae4aafc0885dfea6fa579"
]
+ },
+ "2013.06.34.4": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.06.34.4/youtube-dl",
+ "5a8afacb956657f3fcfd6ae513be2652bb729edcf2635f48ce1f5b4c28731854"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.06.34.4/youtube-dl.exe",
+ "f30c73a48e6acb9c2bb39865c2cc725a9662d8c9e7786c32d374b437857cfd80"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.06.34.4/youtube-dl-2013.06.34.4.tar.gz",
+ "fea1a1e3c160138fe6542e92c04581d71b97a3623665436128a541412757f75f"
+ ]
}
}
}
\ No newline at end of file