Skip to content

Commit

Permalink
Bump libxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Oct 28, 2024
1 parent 9319d64 commit 82d4081
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/build_libxml2.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
)
(args, _) = parser.parse_known_args()

archive = download_file('https://github.com/GNOME/libxml2/archive/refs/tags/v2.11.5.zip',
checksum='711675470075cc85ba450f56aff7424f1ecdef00bc5d1d5dced3ffecd1a9b772')
archive = download_file('https://github.com/GNOME/libxml2/archive/refs/tags/v2.13.4.zip',
checksum='9d31649a3f8c0274253e57874280647c8962eed36570b714e869939c101347ba')

root = Path(__file__).parent

Expand Down Expand Up @@ -71,7 +71,7 @@
'-D', 'LIBXML2_WITH_PYTHON=OFF',
'-D', 'LIBXML2_WITH_ZLIB=OFF',
'-D', 'LIBXML2_WITH_TESTS=OFF',
root / 'libxml2-2.11.5']
root / 'libxml2-2.13.4']
)

check_call([
Expand Down
6 changes: 3 additions & 3 deletions fmusim-gui/build/build_libxml2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from fmpy import extract


archive = download_file('https://github.com/GNOME/libxml2/archive/refs/tags/v2.11.5.zip',
checksum='711675470075cc85ba450f56aff7424f1ecdef00bc5d1d5dced3ffecd1a9b772')
archive = download_file('https://github.com/GNOME/libxml2/archive/refs/tags/v2.13.4.zip',
checksum='9d31649a3f8c0274253e57874280647c8962eed36570b714e869939c101347ba')

root = Path(__file__).parent

Expand All @@ -31,7 +31,7 @@
'-D', 'LIBXML2_WITH_PYTHON=OFF',
'-D', 'LIBXML2_WITH_ZLIB=OFF',
'-D', 'LIBXML2_WITH_TESTS=OFF',
str(root / 'libxml2-2.11.5')]
str(root / 'libxml2-2.13.4')]
)

check_call([
Expand Down

0 comments on commit 82d4081

Please sign in to comment.