diff options
Diffstat (limited to 'Library/Formula/ffmpegthumbnailer.rb')
| -rw-r--r-- | Library/Formula/ffmpegthumbnailer.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/ffmpegthumbnailer.rb b/Library/Formula/ffmpegthumbnailer.rb index f181e5ed2..45be0d27b 100644 --- a/Library/Formula/ffmpegthumbnailer.rb +++ b/Library/Formula/ffmpegthumbnailer.rb @@ -2,7 +2,7 @@ require 'formula'  class Ffmpegthumbnailer < Formula    homepage 'http://code.google.com/p/ffmpegthumbnailer/' -  url 'http://ffmpegthumbnailer.googlecode.com/files/ffmpegthumbnailer-2.0.8.tar.gz' +  url 'https://ffmpegthumbnailer.googlecode.com/files/ffmpegthumbnailer-2.0.8.tar.gz'    sha1 '2c54ca16efd953f46547e22799cfc40bd9c24533'    depends_on 'pkg-config' => :build | 
