Skip to content

Commit

Permalink
Bump libxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich authored Oct 28, 2024
1 parent 9319d64 commit fa321aa
Showing 1 changed file with 3 additions and 3 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

0 comments on commit fa321aa

Please sign in to comment.