diff --git a/download.html b/download.html
index a436947ad..86820d38b 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: 3a0837989f19983eae3781a69ec2c557
-- SHA1: 23bc276cf51d92db7b0a34686ea27d0ffb883400
-- SHA256: 485171b55114981a89137022dbbdc122d358f087d670eab680718fa468ae488d
+- MD5: 30eb469c9d574847fd6f7d69a122bb1c
+- SHA1: fe0f39dc096456a0d3ba14bfcbc9b56fdc4f3a23
+- SHA256: 1068a46d67b745b46f1f64d46cc976216b4c117eeb1959be656bcb8f85af91bb
- Windows exe (sig - 012b627885af69a32add0e024cbc6add592add669ca88855d43461c3aa7a2830)
- Full source + docs + binary tarball (sig - f01aaac1fb65da4e47500d473ce5eca6c6e157c7eb84c81219d7bba1eff489af)
+ Windows exe (sig - 6d92c0574fc0421aebd47e784bf513a14d52d92e72a285da08a614911c8e6d83)
+ Full source + docs + binary tarball (sig - 2b69325eb06fec89acb9d82dab87ceb4d97ab5b3d1e98ebd16aae241b78fa100)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.04.18/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.04.21/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.04.18/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.04.21/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 6654bc1bb..bff5d78fb 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.04.18
\ No newline at end of file
+2013.04.21
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 21f797bfb..d79f99a1b 100644
--- a/update/releases.atom
+++ b/update/releases.atom
@@ -2,7 +2,7 @@
youtube-dl releases
youtube-dl-updates-feed
- 2013-04-18T06:42:52.058203
+ 2013-04-21T13:00:36.142600
youtube-dl-2012.02.22
@@ -274,4 +274,19 @@
2013-04-18
+
+ youtube-dl-2013.04.21
+ New version 2013.04.21
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-04-21
+
+
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 919540342..0c9acd0fd 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.04.18",
- "signature": "178e297b3d82a8a06aacf23424ffe20b3a21b8d036ecaa80c109097133b946a7a13a39ec421b05827563da35b0883f51196c0bc349f22f8b51b9db2062657ed8df832eeb11ea362f112739bf7dce3b61423ffc194f6c81c120357da57c8b0f4eb081b52c9620cadf3bca9e0d8c5c46814b0b23eec7de829760d3126a1d5b1aa4",
+ "latest": "2013.04.21",
+ "signature": "617fa225a4350d8e04a339f260e50c3d6390a9d1731b7b67e43e8c35207f8a00f3d6aaf77b1060fd923ec13f1901bf1f21815feacc6991fcdb7144ead1041ab5f43a54a61181bdfd9237b1fb552975cc0cf6711a5643add4533c9e4bee652f9388f2e882a8c014c7dfb884c1039c55f3ba2f6fd5e7befe426fbcc1e57ab139db",
"versions": {
"2012.02.22": {
"bin": [
@@ -256,6 +256,20 @@
"http://youtube-dl.org/downloads/2013.04.18/youtube-dl-2013.04.18.tar.gz",
"f01aaac1fb65da4e47500d473ce5eca6c6e157c7eb84c81219d7bba1eff489af"
]
+ },
+ "2013.04.21": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.04.21/youtube-dl",
+ "1068a46d67b745b46f1f64d46cc976216b4c117eeb1959be656bcb8f85af91bb"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.04.21/youtube-dl.exe",
+ "6d92c0574fc0421aebd47e784bf513a14d52d92e72a285da08a614911c8e6d83"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.04.21/youtube-dl-2013.04.21.tar.gz",
+ "2b69325eb06fec89acb9d82dab87ceb4d97ab5b3d1e98ebd16aae241b78fa100"
+ ]
}
}
}
\ No newline at end of file