Skip to content

Commit

Permalink
Update ebookmaker (0.12.36) & epubcheck (5.1.0) (DistributedProofread…
Browse files Browse the repository at this point in the history
  • Loading branch information
windymilla authored Nov 21, 2023
1 parent 4de77c1 commit b877758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/W3C/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ popd
rm -rf $VDEST

# epubcheck.jar is the same for all systems
VERSION=5.0.1
VERSION=5.1.0
URL=https://github.com/w3c/epubcheck/releases/download/v$VERSION/epubcheck-$VERSION.zip
curl -L -o epubcheck.zip $URL
unzip epubcheck.zip -d .
Expand Down
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.33
VERSION=0.12.36
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

0 comments on commit b877758

Please sign in to comment.