diff --git a/download.html b/download.html
index 8dce7bee0..c7bfb43a0 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: a4832578c19a7fa839b051b87c8a021f
-- SHA1: b3d2bb34f22f196978ac9b96c35e289378730201
-- SHA256: a363409098cb2d64444db0552edd1b4d512400e83dad6d4a149a525b5778f571
+- MD5: b76ae1a922420326f5f04302fddf2e3f
+- SHA1: 28f0e433ad5a42c6790d670a996cee1a3698f830
+- SHA256: d0ec3b1cbfed0eccb168fe477c25182a35cd1411652c7079fabe792730b91301
- Windows exe (sig - 0ed3f3c4293e3aa49f66c1a92bbfdc934460b9ef0dbc53cd64241ccb7f273b4b)
- Full source + docs + binary tarball (sig - 2dc09ce1931a5b6188cc1ec89e9471c58fd87f6e49e055b87b85b0c691b1a227)
+ Windows exe (sig - c5d42235168306f2d2ad3337c0ae37e4918c26b46225dbe4d4c6e27e82d656ec)
+ Full source + docs + binary tarball (sig - b8bc77c1a034a0ab22b61a577542e67f4bc4631160d02839dd51c865c537be36)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.07.12/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.17/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.12/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.17/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 3e258ae82..719da37e2 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.07.12
\ No newline at end of file
+2013.07.17
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 429fdbe53..c68b5f737 100644
--- a/update/releases.atom
+++ b/update/releases.atom
@@ -2,7 +2,7 @@
youtube-dl releases
youtube-dl-updates-feed
- 2013-07-12T00:03:14.300869
+ 2013-07-17T01:27:09.277895
youtube-dl-2012.02.22
@@ -844,4 +844,19 @@
2013-07-12
+
+ youtube-dl-2013.07.17
+ New version 2013.07.17
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-07-17
+
+
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index ecf56892e..1615e324d 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.07.12",
- "signature": "239094c3a8fa7dc3ba691ec37397ec53085a2163f23536ec85dea70c34cc2472501a398f8a4012cf21f9a4dc353435d0da7d9d0c6a3a191ef0fd0d1b8fe4351bebe3083123f6b392a907e5e8ab71e7a1568f123ab8b57b55f64fa2296fc10d8ef09115b6b00f6a4f4ce564535e5d3cf975cc4443028c96b1c0d8997e1ba83cea",
+ "latest": "2013.07.17",
+ "signature": "5d458149bc6a3620dcdc8f380687dbbd0ac3300a3b57367d0f4ab5892fe1f75ef34bbb17476fe959ba99c90c9c3ad3d0b04f89b2cb4d7eef5c9660afbf74027d0fae383161d09ec4fb95c9985f24dfbf0a4fbf44df14cd588cf4eac6330e3ad961af3d76bd0ed884415527154dc4207ced3e04a7acadd5c75d8609cdf38d3fb0",
"versions": {
"2012.02.22": {
"bin": [
@@ -791,6 +791,20 @@
"http://youtube-dl.org/downloads/2013.07.12/youtube-dl-2013.07.12.tar.gz",
"2dc09ce1931a5b6188cc1ec89e9471c58fd87f6e49e055b87b85b0c691b1a227"
]
+ },
+ "2013.07.17": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.07.17/youtube-dl",
+ "d0ec3b1cbfed0eccb168fe477c25182a35cd1411652c7079fabe792730b91301"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.07.17/youtube-dl.exe",
+ "c5d42235168306f2d2ad3337c0ae37e4918c26b46225dbe4d4c6e27e82d656ec"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.07.17/youtube-dl-2013.07.17.tar.gz",
+ "b8bc77c1a034a0ab22b61a577542e67f4bc4631160d02839dd51c865c537be36"
+ ]
}
}
}
\ No newline at end of file