libdvdcss: use sha1 rather than md5.
This commit is contained in:
parent
65594fba26
commit
c54f1b21e6
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Libdvdcss < Formula
|
||||
url 'http://download.videolan.org/pub/libdvdcss/1.2.11/libdvdcss-1.2.11.tar.bz2'
|
||||
md5 'd25d906c3f9007ccd91b1efb909f93e7'
|
||||
head 'svn://svn.videolan.org/libdvdcss/trunk'
|
||||
homepage 'http://www.videolan.org/developers/libdvdcss.html'
|
||||
url 'http://download.videolan.org/pub/libdvdcss/1.2.11/libdvdcss-1.2.11.tar.bz2'
|
||||
sha1 '55d75d603071aa4bbcd7a7dcfa63c52dd0e8a104'
|
||||
head 'svn://svn.videolan.org/libdvdcss/trunk'
|
||||
|
||||
def install
|
||||
system "./bootstrap" if ARGV.build_head?
|
||||
|
|
Loading…
Reference in a new issue