diff --git a/download.html b/download.html index f633ba6af..b8d50cfc4 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

-

2014.08.24.4 (sig)

+

2014.08.24.5 (sig)

- Windows exe (sig - 7826636b15820702be17b0ccc3f8c2a82dd9fca98f9e478d35cb7e2215396b18)
- Full source + docs + binary tarball (sig - 1cdcce8c2025aa769580633bc399a68ae14b356ee04c43fdcaffad5582c2e5a5) + Windows exe (sig - 9c2daa4dd726070390e5cc98b44b41609f2a927b11bbbc86b5cd94f9ba9c2313)
+ Full source + docs + binary tarball (sig - 7db90e4c3a8a6cd1a7fcae695f803c6d5f48189dde6abdd563f85cfc4ca9c5d3)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.08.24.4/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.08.24.5/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/2014.08.24.4/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.08.24.5/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/2014.08.24.4/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/2014.08.24.5/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 273d6ef69..de0cf374b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.08.24.4 \ No newline at end of file +2014.08.24.5 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b4c29aac6..9be9ee55b 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 - 2014-08-24T06:48:25.544424Z + 2014-08-24T07:01:32.816505Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5375,4 +5375,19 @@ 2014-08-24T00:00:04Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.24.5 + New version 2014.08.24.5 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.08.24.5/ +
+
+ + The youtube-dl maintainers + + 2014-08-24T00:00:05Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 90ecf3956..599192908 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.08.24.4", - "signature": "859aa0c6e960681d40a13ccb16fd0889c9b183cfdd7f61dd1b3c8fea0f659c21f51f29230ed249f9794ec8a95a56a2628317846625130ff29de7d8b87f4d402115f270da25b7abe6c1c13ddc48581d772c59cb58b7feea72e5e95b8d85420fe73df323ae04a3d6fe66ad1b1b854bec9973f076a7e91f11e1908a25ae7ef594dc", + "latest": "2014.08.24.5", + "signature": "08929f59d31769894338cf9e8d715c7b1a4c7948cfef27fbf65819dd279c4a7e31e0ca1e744a68ad963f38ec047d620fcd4a72d8d44b6d59ce7c8d06c370a5e83845ec925f4e949084ea7108d05d5dfb9728c4b9a50dcba322a74b2f2431ad30007513ae483f39af204f83dc6891ad772a16065d79c3a51a14ff88fafae524bf", "versions": { "2012.02.22": { "bin": [ @@ -5019,6 +5019,20 @@ "https://yt-dl.org/downloads/2014.08.24.4/youtube-dl-2014.08.24.4.tar.gz", "1cdcce8c2025aa769580633bc399a68ae14b356ee04c43fdcaffad5582c2e5a5" ] + }, + "2014.08.24.5": { + "bin": [ + "https://yt-dl.org/downloads/2014.08.24.5/youtube-dl", + "ee6949e23bf3c3e15fe73c744c4df615b450e788e586ad31f9623300c3a1b289" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.08.24.5/youtube-dl.exe", + "9c2daa4dd726070390e5cc98b44b41609f2a927b11bbbc86b5cd94f9ba9c2313" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.08.24.5/youtube-dl-2014.08.24.5.tar.gz", + "7db90e4c3a8a6cd1a7fcae695f803c6d5f48189dde6abdd563f85cfc4ca9c5d3" + ] } } } \ No newline at end of file