diff --git a/youtube-dl.json b/youtube-dl.json index ecb0057c52..1467ceee69 100644 --- a/youtube-dl.json +++ b/youtube-dl.json @@ -1,11 +1,15 @@ { "homepage": "http://rg3.github.io/youtube-dl/", - "license": "Unlicense", - "version": "2016.06.11.3", - "url": "https://yt-dl.org/downloads/2016.06.11.3/youtube-dl.exe", - "hash": "9473dd82871be6eafd37cbd64da5249fb32e046b0b5d3b58d7d98b550567f8c5", + "license": "Public Domain", + "version": "2016.08.12", + "url": "https://yt-dl.org/downloads/2016.08.12/youtube-dl.exe", + "hash": "f72cbc484b954f2154d0ddc128bf76ba6cde0d4acbf1047ed286fe438c4155dd", "bin": "youtube-dl.exe", "depends": [ "ffmpeg" - ] + ], + "checkver": { + "url": "http://rg3.github.io/youtube-dl/download.html", + "re": "Windows exe" + } }