From cac4d9ca02ee3c97587a406e084ed5f66cc50bd7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 3 Mar 2015 14:04:17 +0100 Subject: [PATCH] release 2015.03.03.1 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index 3a5c30328..14c995f46 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

-

2015.03.03 (sig)

+

2015.03.03.1 (sig)

- Windows exe (sig - a03f7ed37e3ef8d28e75acfbabeaaea0c75842c8551cf238f5a76bd37df08060)
- Full source + docs + binary tarball (sig - 5b13395af4460e362c1b877d71fac1eb1a76d9eebc8da479dd4783f801c3c276) + Windows exe (sig - 9a53c4fa56dec4fe96ece731434861f9abf34f46e926e18f38089cb4126ed808)
+ Full source + docs + binary tarball (sig - 31e4dd019c1564f9a2b9ad187b461d2fd0c9d1fa3f636ea36d5dd970fb77f539)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.03.03/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.03.03.1/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.03.03/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.03.03.1/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -53,7 +53,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.03.03/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget https://yt-dl.org/downloads/2015.03.03.1/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 52e32ef7e..8abc1c0a6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.03.03 \ No newline at end of file +2015.03.03.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ffd49dbcf..13061254c 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-03-03T00:08:48.986593Z + 2015-03-03T14:04:16.126817Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8000,4 +8000,19 @@ 2015-03-03T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.03.1 + New version 2015.03.03.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.03.03.1/ +
+
+ + The youtube-dl maintainers + + 2015-03-03T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e26f7685b..5d2d118d9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.03.03", - "signature": "1ae7e94a2fffeb48cfdf27665bc7691c3eec9e87b551497496ee64d1a1d04245b273428bd839381e6b3237cfed7a8b8ff6671d64e72ff522f5a9e1d9d502a9b8e1bcadb6ebc88edcb8ee32f719318d637ccb7c13c1146fe38ee8c062b7eaf4a54a9752deacb3c28fcbcb9b348742c84db6c994d77af90c18e596f212292c785b", + "latest": "2015.03.03.1", + "signature": "94ac35a93d20a1b5a60f6c133dddce51c707436403fd03e2e291a25b642a8288a43d440e43ea89fa4be2e9dbce2b8c0cc95964a12131eb1a82bfe3e7f4a7ef803aa9ba06d1c5e902b86179b35fd7d78fb631b6777f837832fafaf3da08ae7fadab503ce3c6e6a4d702978faab3a6c990cb7f3f5f8ddf722b9354b91cf18c1bfc", "versions": { "2012.02.22": { "bin": [ @@ -7469,6 +7469,20 @@ "https://yt-dl.org/downloads/2015.03.03/youtube-dl-2015.03.03.tar.gz", "5b13395af4460e362c1b877d71fac1eb1a76d9eebc8da479dd4783f801c3c276" ] + }, + "2015.03.03.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.03.03.1/youtube-dl", + "5edbf789f62c1f247ed2b08dac5845a18e374017516892c04ba8b26469470185" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.03.03.1/youtube-dl.exe", + "9a53c4fa56dec4fe96ece731434861f9abf34f46e926e18f38089cb4126ed808" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.03.03.1/youtube-dl-2015.03.03.1.tar.gz", + "31e4dd019c1564f9a2b9ad187b461d2fd0c9d1fa3f636ea36d5dd970fb77f539" + ] } } } \ No newline at end of file