diff --git a/download.html b/download.html
index 752766d35..66c951324 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: 8d7e067b95fe45fae5706631c4670915
-- SHA1: 49cb224888d75638f992da60956671ac1d825b41
-- SHA256: 39f3b9706177e89452ecbb0f5b31038d357e60903ef94b3fc24d98f7b825e8e6
+- MD5: 9c8d89688fc914089a5416b682a6f120
+- SHA1: e7890be2a0e4f9c83ae4397186b9058c1fcd5bc8
+- SHA256: df303aba862f2de9f87ec06ddbe70dcb6b5a4f727da9cb49f112d70f405ef3c4
- Windows exe (sig - eb16b5f5b42603928291e1c226d899c4b24490c30594f42e3695e57b9cc529e9)
- Full source + docs + binary tarball (sig - 2b232520920e1cdfdec93182af1895cbc3976e7e6a1df10f9167d7b74c966102)
+ Windows exe (sig - 042a1e0e36b69e8630b7fad6abc92f1c3ff61f475194e2988481f99db2a995da)
+ Full source + docs + binary tarball (sig - 1bf2b04207e10788d6dc04c90f781fe05a2512717c1f6fcc212b1bcfbcec412c)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.07.17.1/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.18/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.17.1/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.18/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 162bed522..b30ec4f6b 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.07.17.1
\ No newline at end of file
+2013.07.18
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 9297be852..2a66ee276 100644
--- a/update/releases.atom
+++ b/update/releases.atom
@@ -2,7 +2,7 @@
youtube-dl releases
youtube-dl-updates-feed
- 2013-07-17T11:26:28.139484
+ 2013-07-18T12:49:56.193347
youtube-dl-2012.02.22
@@ -874,4 +874,19 @@
2013-07-17-1
+
+ youtube-dl-2013.07.18
+ New version 2013.07.18
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-07-18
+
+
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 90d6ea63d..a17dfc647 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.07.17.1",
- "signature": "84ed45c82df7b703562cb3ceabdb15ab30bb756e6ffcc6b1bd454a6816ca62586677faa00bbcd8df01d128d418ba15554c92550baeb92e8505d571a46749300a74590954954da87d447cfa84b45ae0fa5899a0ea157b5bf55ed845379513ee6bfccd5ffb0a977e65d35687de9b6396da339635a69f0c8a465f886b156e984ddf",
+ "latest": "2013.07.18",
+ "signature": "4a62b5c29c2e8638759892faae3e9d940f80e5c8b9ecd82a14ba229484a1e08335cfe19c0ce37c1a19417b2d8ddaf0c547868b30ba52615788dba5c6e0d1af95412b584773588bcfdd7cfef980a31519a3f6b3d898eaccefde6e7e8fc302cb4c64430e2a5669b07254fe3c16a915f1e3e1f877ae7861362675226fbcc77dc68b",
"versions": {
"2012.02.22": {
"bin": [
@@ -819,6 +819,20 @@
"http://youtube-dl.org/downloads/2013.07.17.1/youtube-dl-2013.07.17.1.tar.gz",
"2b232520920e1cdfdec93182af1895cbc3976e7e6a1df10f9167d7b74c966102"
]
+ },
+ "2013.07.18": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.07.18/youtube-dl",
+ "df303aba862f2de9f87ec06ddbe70dcb6b5a4f727da9cb49f112d70f405ef3c4"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.07.18/youtube-dl.exe",
+ "042a1e0e36b69e8630b7fad6abc92f1c3ff61f475194e2988481f99db2a995da"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.07.18/youtube-dl-2013.07.18.tar.gz",
+ "1bf2b04207e10788d6dc04c90f781fe05a2512717c1f6fcc212b1bcfbcec412c"
+ ]
}
}
}
\ No newline at end of file