diff options
author | Joakim Plate <elupus@ecce.se> | 2013-10-11 17:18:40 +0200 |
---|---|---|
committer | Joakim Plate <elupus@ecce.se> | 2013-10-11 17:18:40 +0200 |
commit | 951c83f6bcf497b83707f5476afba42b6bbc576d (patch) | |
tree | f050f46fc6e0d7593ffe71f68de100314e95d259 /tools/depends/target/libass | |
parent | 9cb64c5288b4a5bb49e7e515589a53f6843da177 (diff) |
libass: bump libass to 0.10.1
Diffstat (limited to 'tools/depends/target/libass')
-rw-r--r-- | tools/depends/target/libass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libass/Makefile b/tools/depends/target/libass/Makefile index 87e810fb4a..8df2cecc1f 100644 --- a/tools/depends/target/libass/Makefile +++ b/tools/depends/target/libass/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libass -VERSION=0.9.13 +VERSION=0.10.1 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |