Skip to content

Commit

Permalink
Update ebookmaker & tidy (#1302)
Browse files Browse the repository at this point in the history
Ebookmaker 0.12.43
Tidy 5.8.0
  • Loading branch information
windymilla authored Jun 6, 2024
1 parent ea5be11 commit 9b60843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/ebookmaker/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir $DEST
cp README.md $DEST

if [[ $OS == "win" ]]; then
VERSION=0.12.38
VERSION=0.12.43
URL=https://github.com/DistributedProofreaders/ebm_builder/releases/download/v$VERSION/ebookmaker-$VERSION.zip
curl -L -o ebookmaker.zip $URL
unzip ebookmaker.zip -d $DEST
Expand Down
4 changes: 2 additions & 2 deletions tools/tidy/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ mkdir $DEST
cp README.md $DEST

if [[ $OS == "win" ]]; then
VERSION=5.6.0
FLAVOR=tidy-$VERSION-vc14-32b
VERSION=5.8.0
FLAVOR=tidy-$VERSION-win64
URL=https://github.com/htacg/tidy-html5/releases/download/$VERSION/$FLAVOR.zip
curl -L -o tidy.zip $URL
unzip tidy.zip $FLAVOR/bin/tidy.exe -d .
Expand Down

0 comments on commit 9b60843

Please sign in to comment.