diff --git a/download.html b/download.html
index 4cc7ea181..12c231775 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: 1cc7af6a9ab3353c52fcdb3fa457c46b
-- SHA1: 14fa2db94ac9fb700638596b57a6aa12b847913b
-- SHA256: d9c0bb8f4f5404f3e3584be8ced83c45fb6aab2386fe3e4fd1fd000573a59901
+- MD5: 12d1ae75b53731c53fec1d79a91b69ff
+- SHA1: 181489362a240356ba10b9736c1a35e91355ab86
+- SHA256: 5c0ee79b9a802eabfb5bb222500ba229cd85ac4da3fc2ee799f3e7c187ac2160
- Windows exe (sig - e9d0a2b7cc54d3ced252ed589883a00c3b4834a08f13e760721ed008c0696a07)
- Full source + docs + binary tarball (sig - 3c2f815a77adba3722a4b76bc61c7a4c131a76ae20350670f20c87ca42081ee4)
+ Windows exe (sig - c2f61a6f5afb2bb24a8d84b8b3f57373a323c5783e42fbe0206c39aed7ecc02a)
+ Full source + docs + binary tarball (sig - 63313eb2bb5bed2fa03f16a21cb6ea86d1f3dce156fd8f97d0b5effad00ca95a)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
-sudo wget http://youtube-dl.org/downloads/2013.06.23/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.25/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.23/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.25/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 21c75ea9a..c969e4179 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.06.23
\ No newline at end of file
+2013.06.25
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 3767dcc55..68e90767f 100644
--- a/update/releases.atom
+++ b/update/releases.atom
@@ -2,7 +2,7 @@
youtube-dl releases
youtube-dl-updates-feed
- 2013-06-23T23:53:33.762507
+ 2013-06-24T00:23:34.725594
youtube-dl-2012.02.22
@@ -499,4 +499,19 @@
2013-06-23
-
+
+ youtube-dl-2013.06.25
+ New version 2013.06.25
+
+
+
+
+
+ The youtube-dl maintainers
+
+ 2013-06-25
+
+
+
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index bdd9b6729..b982292da 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
{
- "latest": "2013.06.23",
- "signature": "8d23ae7d6f606edd79bd68298aca4be88b9cef958378ec28715e914532397dfbee1dbe3fa2a2792317da57031c426b17a48c1d9550035346a03555ed0070f6c03c339993294a742bf3ee192d66a64b0c9d8ec723209893ab71f6e8ac218c3cf67222a28c260c1120b1680dca0e2187fb9efb44c587456220e2f282f8c369b795",
+ "latest": "2013.06.25",
+ "signature": "806dc487c5c36e64dac7760c5c1f4f3f3da884c1438021fb1b61b94d931280492540e2a3ba2893b67b9b9211a799e7defb210ef04290742199e5c5cac7d74c0fdd3c1de9a5c83a3012962019eb0c1a264f3620bee0f9f5573c64cc51138f605a2a23705cc1e9b4dae2af02aaf7af9382a3c24430f5131d8b00354f75dc59da70",
"versions": {
"2012.02.22": {
"bin": [
@@ -469,6 +469,20 @@
"http://youtube-dl.org/downloads/2013.06.23/youtube-dl-2013.06.23.tar.gz",
"3c2f815a77adba3722a4b76bc61c7a4c131a76ae20350670f20c87ca42081ee4"
]
+ },
+ "2013.06.25": {
+ "bin": [
+ "http://youtube-dl.org/downloads/2013.06.25/youtube-dl",
+ "5c0ee79b9a802eabfb5bb222500ba229cd85ac4da3fc2ee799f3e7c187ac2160"
+ ],
+ "exe": [
+ "http://youtube-dl.org/downloads/2013.06.25/youtube-dl.exe",
+ "c2f61a6f5afb2bb24a8d84b8b3f57373a323c5783e42fbe0206c39aed7ecc02a"
+ ],
+ "tar": [
+ "http://youtube-dl.org/downloads/2013.06.25/youtube-dl-2013.06.25.tar.gz",
+ "63313eb2bb5bed2fa03f16a21cb6ea86d1f3dce156fd8f97d0b5effad00ca95a"
+ ]
}
}
}
\ No newline at end of file