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 6e50dff
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='a8e3bb394654d5001b3afdec1666b656940c514088def4bcc6804c598c7fe0d0')

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='a8e3bb394654d5001b3afdec1666b656940c514088def4bcc6804c598c7fe0d0')

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 6e50dff

Please sign in to comment.