diff --git a/download.html b/download.html index 30fa17543..b43c95c58 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.

-

2013.04.28 (sig)

+

2013.04.30 (sig)

- Windows exe (sig - 5483c8038c86b4dbe8c1de876f8bfd5f3ebfa77be7d4c87fd8a00780057c8a01)
- Full source + docs + binary tarball (sig - c5e160c18bb6bd95168535873f89139e4b1098f73bf158f8b9886075d3f6507d) + Windows exe (sig - 78c2e7f5f131eca131894891b3527eb0a2a0bddb55d247d73ce77e070231390a)
+ Full source + docs + binary tarball (sig - bb09c66acfc837fdae0d2b7be2d4b952edb3abdc08947d7396f01edeb9e9da48)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo wget http://youtube-dl.org/downloads/2013.04.28/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.04.30/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.04.28/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.04.30/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 ddc3ec7a9..a78c0804f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.04.28 \ No newline at end of file +2013.04.30 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4e65993ad..90fc00e58 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-04-28T16:35:34.503144 + 2013-04-30T18:27:05.782724 youtube-dl-2012.02.22 @@ -334,4 +334,19 @@ 2013-04-28 + + youtube-dl-2013.04.30 + New version 2013.04.30 + + +
+ Downloads available at http://youtube-dl.org/downloads/2013.04.30/ +
+
+ + The youtube-dl maintainers + + 2013-04-30 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7bac56b84..635695d2c 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.04.28", - "signature": "748cbe6c41b46fdd728851036b2c2070f25aa1a9dfd047f0bfbe5896c527b370d291da9262ee4217be41cdf6635a404bac50675dc3e3ff71e3ea71f73adf98036af87229dde1d166793603b38b79b5d229f4676c461fe4758b8c3c10c42f538c93844240185cab9fd3fedc92bc0ca36d258fa964ece939262d2753c5c207aa51", + "latest": "2013.04.30", + "signature": "1be7bf995d46a3de722ced32e4566d8a1b0d7159d9646ab46fcf885f1cde317e9853c43474fc336a2e4d0b6926f9194670d1bfd2adb1947693351b4a02febdb740adc15eda9be6463be18860ebed8ffd678e218f17030e5e14002bb403ab52904d559c59df74619268f1ea4e8be2aab1492451938e9b872d76a69d546c679141", "versions": { "2012.02.22": { "bin": [ @@ -315,6 +315,20 @@ "http://youtube-dl.org/downloads/2013.04.28/youtube-dl-2013.04.28.tar.gz", "c5e160c18bb6bd95168535873f89139e4b1098f73bf158f8b9886075d3f6507d" ] + }, + "2013.04.30": { + "bin": [ + "http://youtube-dl.org/downloads/2013.04.30/youtube-dl", + "0a6c666d521ee301ed660070a1e96519e61626abc4ec70f364d1e570c52fed66" + ], + "exe": [ + "http://youtube-dl.org/downloads/2013.04.30/youtube-dl.exe", + "78c2e7f5f131eca131894891b3527eb0a2a0bddb55d247d73ce77e070231390a" + ], + "tar": [ + "http://youtube-dl.org/downloads/2013.04.30/youtube-dl-2013.04.30.tar.gz", + "bb09c66acfc837fdae0d2b7be2d4b952edb3abdc08947d7396f01edeb9e9da48" + ] } } } \ No newline at end of file