diff options
-rw-r--r-- | network/youtube-dl/youtube-dl.1 | 2 | ||||
-rw-r--r-- | network/youtube-dl/youtube-dl.SlackBuild | 2 | ||||
-rw-r--r-- | network/youtube-dl/youtube-dl.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/network/youtube-dl/youtube-dl.1 b/network/youtube-dl/youtube-dl.1 index 5ad0f43835..f868c4578a 100644 --- a/network/youtube-dl/youtube-dl.1 +++ b/network/youtube-dl/youtube-dl.1 @@ -856,7 +856,7 @@ Convert the subtitles to other format (currently supported: srt|ass|vtt) .PP You can configure youtube\-dl by placing any supported command line option to a configuration file. -On Linux, the system wide configuration file is located at +On Linux and OS X, the system wide configuration file is located at \f[C]/etc/youtube\-dl.conf\f[] and the user wide configuration file at \f[C]~/.config/youtube\-dl/config\f[]. On Windows, the user wide configuration file locations are diff --git a/network/youtube-dl/youtube-dl.SlackBuild b/network/youtube-dl/youtube-dl.SlackBuild index 082c90b218..83a853150f 100644 --- a/network/youtube-dl/youtube-dl.SlackBuild +++ b/network/youtube-dl/youtube-dl.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=youtube-dl -VERSION=${VERSION:-2016.05.10} +VERSION=${VERSION:-2016.05.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/youtube-dl/youtube-dl.info b/network/youtube-dl/youtube-dl.info index 7ab946285d..24d49d3acf 100644 --- a/network/youtube-dl/youtube-dl.info +++ b/network/youtube-dl/youtube-dl.info @@ -1,8 +1,8 @@ PRGNAM="youtube-dl" -VERSION="2016.05.10" +VERSION="2016.05.16" HOMEPAGE="https://rg3.github.io/youtube-dl" -DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2016.05.10.tar.gz" -MD5SUM="8ec3af8d910da0f6c438d049d8180888" +DOWNLOAD="https://github.com/rg3/youtube-dl/archive/2016.05.16.tar.gz" +MD5SUM="ba6dd50ac8acdab2602f29034426c975" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |