travis: update libass dep

Use a libass version that does not fail; switch to github releases.
This commit is contained in:
wm4 2015-02-18 21:37:55 +01:00
parent c314385280
commit a34d331841
1 changed files with 1 additions and 1 deletions

View File

@ -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