diff --git a/download.html b/download.html
index 12c231775..3f6d43cf8 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: 12d1ae75b53731c53fec1d79a91b69ff
-- SHA1: 181489362a240356ba10b9736c1a35e91355ab86
-- SHA256: 5c0ee79b9a802eabfb5bb222500ba229cd85ac4da3fc2ee799f3e7c187ac2160
+- MD5: 0f5041c67c2edf477b097293619d10ec
+- SHA1: b1fb84a514e44950628e74ca2cfdab71544bd55c
+- SHA256: 13184ec4f7747dec5813ed35cbff64b0c7edc6a314e2465cad1f698fd0ceaf01
- Windows exe (sig - c2f61a6f5afb2bb24a8d84b8b3f57373a323c5783e42fbe0206c39aed7ecc02a)
- Full source + docs + binary tarball (sig - 63313eb2bb5bed2fa03f16a21cb6ea86d1f3dce156fd8f97d0b5effad00ca95a)
+ Windows exe (sig - 0001454e44069eb35355b3c524f42239299bb650faf5f1c7c37be0036a027dd1)
+ Full source + docs + binary tarball (sig - 7692de7a8f4d79ca37754c4bf4a6224c155e2e8ceb6f0cd038fbdb7184f20fd6)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.06.25/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.06.26/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.06.25/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.06.26/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 c969e4179..dc2aeb09f 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.06.25
\ No newline at end of file
+2013.06.26
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 68e90767f..98e3c8e3c 100644
--- a/update/releases.atom
+++ b/update/releases.atom
@@ -2,7 +2,7 @@
youtube-dl releases
youtube-dl-updates-feed
- 2013-06-24T00:23:34.725594
+ 2013-06-24T01:09:02.378936
youtube-dl-2012.02.22
@@ -514,4 +514,19 @@
2013-06-25
+
+ youtube-dl-2013.06.26
+ New version 2013.06.26
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-06-26
+
+
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index b982292da..8a9489920 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.06.25",
- "signature": "806dc487c5c36e64dac7760c5c1f4f3f3da884c1438021fb1b61b94d931280492540e2a3ba2893b67b9b9211a799e7defb210ef04290742199e5c5cac7d74c0fdd3c1de9a5c83a3012962019eb0c1a264f3620bee0f9f5573c64cc51138f605a2a23705cc1e9b4dae2af02aaf7af9382a3c24430f5131d8b00354f75dc59da70",
+ "latest": "2013.06.26",
+ "signature": "75067300ffae5ef94b34cbb66d1b1cb531af9a5bef81d084c36c46c4cbe4c9f53a719e438405aec35b0da7832b893800da05a1c0c82923251cf1714cd00f0069e7a4d9a0d62f58a33bb1e91bb9611d46cedfea658908c10495ee9d02abfee900f908c24dc92ab7675ecb95fdd6b1e78c6a452bb26e7444ddf26874815a123824",
"versions": {
"2012.02.22": {
"bin": [
@@ -483,6 +483,20 @@
"http://youtube-dl.org/downloads/2013.06.25/youtube-dl-2013.06.25.tar.gz",
"63313eb2bb5bed2fa03f16a21cb6ea86d1f3dce156fd8f97d0b5effad00ca95a"
]
+ },
+ "2013.06.26": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.06.26/youtube-dl",
+ "13184ec4f7747dec5813ed35cbff64b0c7edc6a314e2465cad1f698fd0ceaf01"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.06.26/youtube-dl.exe",
+ "0001454e44069eb35355b3c524f42239299bb650faf5f1c7c37be0036a027dd1"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.06.26/youtube-dl-2013.06.26.tar.gz",
+ "7692de7a8f4d79ca37754c4bf4a6224c155e2e8ceb6f0cd038fbdb7184f20fd6"
+ ]
}
}
}
\ No newline at end of file