diff --git a/download.html b/download.html
index 9bcd1f726..2cb99adee 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: 674cdf389da622ebbc675da68a791094
-- SHA1: 8beee5a3db237dc176f0dc223d910f0933a0953a
-- SHA256: 206289edefa8944f2b12d17d4431441dd960f1af19bfa622bbab7fe1429d7398
+- MD5: b91bd9dc8c3c3ef5533f70a468486680
+- SHA1: 0cee4dfdb63d51a5cda174f4dc3d67913fb1534a
+- SHA256: 72ff68f39c9b4d0fc7fdb2da2ac3179b74d46bcf0e562cb769d9fd7dced34ffa
- Windows exe (sig - 0cd250a709ba9367c324c1f41277a6032d8c31c444d63ed3fb0e7e52a67bee13)
- Full source + docs + binary tarball (sig - cdb903e9e801d6eaee5dab8855fd8f6902df0b158a473dcd84cb6ee50b97b8f1)
+ Windows exe (sig - 449836a5f4f8ca9af35afaf7e3b33c20496110d3be6f28d01b48f85464ab04eb)
+ Full source + docs + binary tarball (sig - cb2f751ef15090994de56308e0f3814db52ffe22eb53c76a3f43fde95ce57dea)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.06.34/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.1/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/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.1/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 46ccb01e9..d7685f2e5 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.06.34
\ No newline at end of file
+2013.06.34.1
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index df6f600bf..df8d5d7be 100644
--- a/update/releases.atom
+++ b/update/releases.atom
@@ -2,7 +2,7 @@
youtube-dl releases
youtube-dl-updates-feed
- 2013-06-27T13:06:56.806297
+ 2013-06-27T18:01:53.728335
youtube-dl-2012.02.22
@@ -649,4 +649,19 @@
2013-06-34
+
+ youtube-dl-2013.06.34.1
+ New version 2013.06.34.1
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-06-34-1
+
+
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 788cc1895..64429c58a 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.06.34",
- "signature": "48930ef1ee997cff6c982d5997eb23dda3b6bb75e356c068490e37f776dbb145fe58e339525618a8c3721258027664dfa5f7bab1f57d362c713d8aa4071156100f95b6fb445f71e647376bb491e3aecd5b45f9cdb9f9099231aa76e1f9ff69d19f08d7fba7f6dd58f2523d95190f874c5357ce4b291f309dca8829fa2583738e",
+ "latest": "2013.06.34.1",
+ "signature": "8968a0603cb1cd4eeb32dc956aedf4aa2eec1ea9702f6a0a95f7f8f34768433ff3d47591639fe59e5af5eb67f87791aa1807548d4e89f89b7ec8e7849ea8aa1386b0bef07b7e78dc6fcf73285d2a56be606fc2e0cba1d53d7e59c7fe88b168f8eb6bed6a1b1e6b172f8786d5350984a5bd8dd265d17111c2713f11b434d45e8f",
"versions": {
"2012.02.22": {
"bin": [
@@ -609,6 +609,20 @@
"http://youtube-dl.org/downloads/2013.06.34/youtube-dl-2013.06.34.tar.gz",
"cdb903e9e801d6eaee5dab8855fd8f6902df0b158a473dcd84cb6ee50b97b8f1"
]
+ },
+ "2013.06.34.1": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.06.34.1/youtube-dl",
+ "72ff68f39c9b4d0fc7fdb2da2ac3179b74d46bcf0e562cb769d9fd7dced34ffa"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.06.34.1/youtube-dl.exe",
+ "449836a5f4f8ca9af35afaf7e3b33c20496110d3be6f28d01b48f85464ab04eb"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.06.34.1/youtube-dl-2013.06.34.1.tar.gz",
+ "cb2f751ef15090994de56308e0f3814db52ffe22eb53c76a3f43fde95ce57dea"
+ ]
}
}
}
\ No newline at end of file