mirror of https://github.com/mpv-player/mpv
travis: update libass dep
Use a libass version that does not fail; switch to github releases.
This commit is contained in:
parent
c314385280
commit
a34d331841
|
@ -124,7 +124,7 @@ class Libass < TravisDepsBuilder
|
|||
{
|
||||
"libass-stable" => {
|
||||
:action => :stable,
|
||||
:url => 'http://libass.googlecode.com/files/libass-0.10.1.tar.gz'
|
||||
:url => 'https://github.com/libass/libass/releases/download/0.12.1/libass-0.12.1.tar.gz'
|
||||
}
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue