diff --git a/download.html b/download.html
index 78f567c92..9c773dd89 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: a9ebd54224bd81d4539ce9908cfd105a
-- SHA1: 7b321164e1390631b9878a1c501d726238f8bff6
-- SHA256: 1b07a0fd591311d67b8556fbe59a9cc311d09363b07b3ea511fef6318d51d3c7
+- MD5: a4c0024cb3a697a772c4129b4af067c0
+- SHA1: 51f164bfce202c1b9be64b9b8eeab6c9423499d7
+- SHA256: f5bf72fcb524efd6abc2983fb8b7c91ff8b22aad6bdea182f3f1175ea60b4545
- Windows exe (sig - 23dc40506c2c1a7d7e15adcc8a59413a4c66a73952b1b1bc62c1387e27904f73)
- Full source + docs + binary tarball (sig - d75f341fdb9729b2f54e88a7ad02adacc2a8d9a5a20e0507eeb56b0688d467a8)
+ Windows exe (sig - 95aa607b35f3b1757d33160a4a828383d1edf0a822664d4574c5e9a085a98d28)
+ Full source + docs + binary tarball (sig - fb74cc8937ca667b6dd029404bd5d011837f0ed284612188d66729b72796c57f)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.07.31/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.02/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.31/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.02/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 c60e2b224..ee7d10083 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.07.31
\ No newline at end of file
+2013.08.02
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 105225e57..1bf933cb0 100644
--- a/update/releases.atom
+++ b/update/releases.atom
@@ -2,7 +2,7 @@
youtube-dl releases
youtube-dl-updates-feed
- 2013-07-31T10:58:42.252025
+ 2013-08-02T13:37:57.033501
youtube-dl-2012.02.22
@@ -1009,4 +1009,19 @@
2013-07-31
+
+ youtube-dl-2013.08.02
+ New version 2013.08.02
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-08-02
+
+
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 449800b2a..c48fd0de3 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.07.31",
- "signature": "97c943800e05a0b2328ca4a85f13df47fb8411be74a9e3c6d645f49130353679bc42b6e399239a5b64fb490f38f25a428a6071045801dd62a4d3d5a1a4b92fe6989a4254330adb2d4d7701c0283a7646a8fe594d22314a82067d5b5214b32992258b7599ce200992bedb7c897b5663b8ae980efddea563f23316bd5e436d6cc1",
+ "latest": "2013.08.02",
+ "signature": "55660b853c43fe4be56e7ca075cadb05f77899f0a658d59562a33b029b718d968316e70cc4f81cdf0edabbea1699b9bcc3466f59bcbbb5ca67f55d1b84bd2c3d7012e36661a04fd8fc0ed6a3c17b8b3b98e2bdb9b20f487c7985c1fc780ce8ecbd59960399f04acd02f40c2fcf73de2ee18c2eccb7a71e874eb222031df7be3a",
"versions": {
"2012.02.22": {
"bin": [
@@ -945,6 +945,20 @@
"http://youtube-dl.org/downloads/2013.07.31/youtube-dl-2013.07.31.tar.gz",
"d75f341fdb9729b2f54e88a7ad02adacc2a8d9a5a20e0507eeb56b0688d467a8"
]
+ },
+ "2013.08.02": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.08.02/youtube-dl",
+ "f5bf72fcb524efd6abc2983fb8b7c91ff8b22aad6bdea182f3f1175ea60b4545"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.08.02/youtube-dl.exe",
+ "95aa607b35f3b1757d33160a4a828383d1edf0a822664d4574c5e9a085a98d28"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.08.02/youtube-dl-2013.08.02.tar.gz",
+ "fb74cc8937ca667b6dd029404bd5d011837f0ed284612188d66729b72796c57f"
+ ]
}
}
}
\ No newline at end of file