diff options
Diffstat (limited to 'Library/Formula/libvpx.rb')
| -rw-r--r-- | Library/Formula/libvpx.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libvpx.rb b/Library/Formula/libvpx.rb index 4c4b51a59..b8910ca6b 100644 --- a/Library/Formula/libvpx.rb +++ b/Library/Formula/libvpx.rb @@ -2,7 +2,7 @@ require 'formula' class Libvpx < Formula homepage 'http://www.webmproject.org/code/' - url 'http://webm.googlecode.com/files/libvpx-v1.3.0.tar.bz2' + url 'https://webm.googlecode.com/files/libvpx-v1.3.0.tar.bz2' sha1 '191b95817aede8c136cc3f3745fb1b8c50e6d5dc' depends_on 'yasm' => :build |
