From 09bb21c5c18f31d22f5182f87bc248e759c5ac34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sun, 11 Sep 2016 23:36:05 +0700 Subject: [PATCH] release 2016.09.11.1 --- download.html | 10 +++++----- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 9ce6eb9f4..261eea92a 100644 --- a/download.html +++ b/download.html @@ -14,15 +14,15 @@

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

-

Windows exe requires Microsoft Visual C++ 2010 Redistributable Package (x86) and does not require Python that is already embedded into the binary.

+

Windows exe requires Microsoft Visual C++ 2010 Redistributable Package (x86) and does not require Python that is already embedded into the binary.

-

2016.09.11 (sig)

+

2016.09.11.1 (sig)

-

SHA256: f588114ae0b5f5b811733a173fbfed16540bae67a6b594bd3635d670a42669d3

+

SHA256: 796d51a8b9b2fc972df883437b968c83bc1f2e5a74aa6b784cd9bdac7c2aa237

- Windows exe (sig - SHA256 1bf00c1dd156300468c4f1cf82e1e73fdebc6649a0e3ac3ede25d35473d195ec)
- Full source + docs + binary tarball (sig - SHA256 83d59239d0b363c48d4ee898df0a77d9127e2bffd6b2f3dd88beefefeec5f539) + Windows exe (sig - SHA256 c7435c8dcd8b1d0175c3436a33bd44410373452368f263cb7805b6dce50a9278)
+ Full source + docs + binary tarball (sig - SHA256 6cdeb0876295bef0325b8433c47c1ed13ebab3b108ef5ee27171e06b6958cb35)

To install it right away for all UNIX users (Linux, OS X, etc.), type: diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 5a2b977ef..077d5879e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.09.11 \ No newline at end of file +2016.09.11.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index cdcdf4841..fd6778edf 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 - 2016-09-11T23:22:35.264384Z + 2016-09-11T23:35:58.987473Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -10400,4 +10400,19 @@ 2016-09-11T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.09.11.1 + New version 2016.09.11.1 + + +

+ Downloads available at https://yt-dl.org/downloads/2016.09.11.1/ +
+ + + The youtube-dl maintainers + + 2016-09-11T00:00:01Z + + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ddf2dfca6..c491b59ce 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.09.11", - "signature": "36283dd64696a5c5fe440be9a1fe061ab4fc44af04b7a41450f395558a12a3c835c7887b9c6bde50c272a765f9c81ea9006539bb917698e052a39095f4a9af46dfe40805b6bcfd87b347d6a6341b644a7ed0785233046e41ec2d1f5a03e144bcfc45c951cf897eadb605feedd60e223004364ab5a72186471b9aa4ff2dadbeef", + "latest": "2016.09.11.1", + "signature": "3a1660ee796019b0374a0dcf2ca406d9ff31d4876f35a0b7c1bda8f8d2d463fcc6e35c0177d797b6ff45f2c7728448979b1864748abcc99f71bff1fe088ac04ebeb51d649ac95d085f2a5a54a5b1d3e7bb402519e8f485d97ed7c9209551d120497f960e9a6fec6442a3522e37e125e39170bb3f3d7d9805ff74620b3990dbe3", "versions": { "2012.02.22": { "bin": [ @@ -9709,6 +9709,20 @@ "https://yt-dl.org/downloads/2016.09.11/youtube-dl-2016.09.11.tar.gz", "83d59239d0b363c48d4ee898df0a77d9127e2bffd6b2f3dd88beefefeec5f539" ] + }, + "2016.09.11.1": { + "bin": [ + "https://yt-dl.org/downloads/2016.09.11.1/youtube-dl", + "796d51a8b9b2fc972df883437b968c83bc1f2e5a74aa6b784cd9bdac7c2aa237" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.09.11.1/youtube-dl.exe", + "c7435c8dcd8b1d0175c3436a33bd44410373452368f263cb7805b6dce50a9278" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.09.11.1/youtube-dl-2016.09.11.1.tar.gz", + "6cdeb0876295bef0325b8433c47c1ed13ebab3b108ef5ee27171e06b6958cb35" + ] } } } \ No newline at end of file