diff options
author | ace20022 <ace20022@ymail.com> | 2017-12-06 22:44:58 +0100 |
---|---|---|
committer | ace20022 <ace20022@ymail.com> | 2017-12-07 21:01:51 +0100 |
commit | a624ab68461bc8bd200972f02e767737010dba6c (patch) | |
tree | 62ee958fb72a1e9a45d47169862dc11cf35e93ea /tools | |
parent | a8c2c86e641661f08ff3afd3df951095031c4afa (diff) |
[bluray] Update libbluray to version 1.0.2.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/libbluray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libbluray/Makefile b/tools/depends/target/libbluray/Makefile index ff98c20875..86b3be4e80 100644 --- a/tools/depends/target/libbluray/Makefile +++ b/tools/depends/target/libbluray/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=libbluray -VERSION=1.0.1 +VERSION=1.0.2 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.bz2 |