Skip to content

Commit

Permalink
Blu-ray / 2.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniverse committed Jan 14, 2019
1 parent 619e3a1 commit dbb68f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluray
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ heibaise=${black}${on_white}; shanshuo=$(tput blink); wuguangbiao=$(tput civis);
CW="${bold}${baihongse} ERROR ${jiacu}";ZY="${baihongse}${bold} ATTENTION ${jiacu}";JG="${baihongse}${bold} WARNING ${jiacu}"
# --------------------------------------------------------------------------------
BDDATE=2019.01.14
BDVER=2.8.9
BDVER=2.9.0
DeBUG=0
# --------------------------------------------------------------------------------
using_bdinfo=new
Expand Down Expand Up @@ -211,7 +211,7 @@ elif [[ ! `ls "${DIR}" | grep -E "mono.net-4.0"` ]] && [[ ! `command -v git` ]];
echo "\n${bold}Git not found, downloading library via wget ...\n"
cd "${DIR}"
[[ $DeBUG == 1 ]] && echo -e "\nDIR = ${DIR}\n" && ls
BDVER=2.7.0
BDVER=2.9.0
wget --no-check-certificate -O $BDVER.tar.gz https://github.com/Aniverse/bluray/archive/$BDVER.tar.gz
tar zxf $BDVER.tar.gz
rm -rf bluray-$BDVER/{bluray,README.md}
Expand Down

0 comments on commit dbb68f3

Please sign in to comment.