diff --git a/download.html b/download.html
index 8b03f6b22..f06877185 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: 3df76cb827402832a12206b3d5291ba3
-- SHA1: 79e3c2039e6432740fa4d096975af950a884d53b
-- SHA256: 6844d73d33b517fb9a2dc381f59868ad7952edea9104c73a1199e93f105a4bed
+- MD5: 0c7406c07ffd45fe95bcad9725d3ef11
+- SHA1: 70eebefb57b1db888db2a2f4525ec907414892be
+- SHA256: 544796628d10dac151f8e2ba93b7737754ff01959337f0e6f2392f70c3f18ab5
- Windows exe (sig - 0325cac8686a4bd24e05d703dfc88d35e4dfce849681d404cc7800275fd500fd)
- Full source + docs + binary tarball (sig - f53db27f8a5bba875117be048206f69db33482a161482fa3589bf3d46952f901)
+ Windows exe (sig - 91246d5c9baa2439eaa6346a478194f01c1db4230e92d67f4e1e1f5391fdeb0d)
+ Full source + docs + binary tarball (sig - c1436671ed3b07db2bdc3647ac8c3392177db6028771c6df9d7b341e5cbb4a6d)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.08.09/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.08.14/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.08.09/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.08.14/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 ad9639c4b..d86358fb0 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.08.09
\ No newline at end of file
+2013.08.14
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 61ea99df2..6b5b88d92 100644
--- a/update/releases.atom
+++ b/update/releases.atom
@@ -2,7 +2,7 @@
youtube-dl releases
youtube-dl-updates-feed
- 2013-08-09T15:52:30.095752
+ 2013-08-14T10:23:40.050037
youtube-dl-2012.02.22
@@ -1069,4 +1069,19 @@
2013-08-09
+
+ youtube-dl-2013.08.14
+ New version 2013.08.14
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-08-14
+
+
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 1dd756378..702d1699e 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.08.09",
- "signature": "7fe78d1a6f5a49a3f1c5e0fd38a4d48a476d789b91169d04ea15e1d08661f61fdc7a8731ba99ca538a9134f84feaf66f892aa772effe91630d067d2a87a62e80749eb03ad032b60f9cc981e58a15ee9fe21ee5991d8cd95dc5b6cabf83329ff5b14a262efe45969d965c464662690fbec092b83ae0f1675866c2359b9617c627",
+ "latest": "2013.08.14",
+ "signature": "09a24276680bfd158837350e76c1f703533b559afc7982d99b968714b633ab2ca573408b228b28e509397bf8988e84b5c80f84c5eae623b93ecf735e6247202007d1e8ddbe93defd15edeb649051251d51769c438ce3477f927cae8fb6329adc7dcfcc2af4f1956522b312711667a98d1249221e4a00ff0b33ecb6520f1e0d0f",
"versions": {
"2012.02.22": {
"bin": [
@@ -1001,6 +1001,20 @@
"http://youtube-dl.org/downloads/2013.08.09/youtube-dl-2013.08.09.tar.gz",
"f53db27f8a5bba875117be048206f69db33482a161482fa3589bf3d46952f901"
]
+ },
+ "2013.08.14": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.08.14/youtube-dl",
+ "544796628d10dac151f8e2ba93b7737754ff01959337f0e6f2392f70c3f18ab5"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.08.14/youtube-dl.exe",
+ "91246d5c9baa2439eaa6346a478194f01c1db4230e92d67f4e1e1f5391fdeb0d"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.08.14/youtube-dl-2013.08.14.tar.gz",
+ "c1436671ed3b07db2bdc3647ac8c3392177db6028771c6df9d7b341e5cbb4a6d"
+ ]
}
}
}
\ No newline at end of file