Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
downgrade libxml2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Sep 11, 2022
1 parent bba2b62 commit 01847ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/android/libxml2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ make -j$(get_cpu_count) || return 1
make install || return 1

# CREATE PACKAGE CONFIG MANUALLY
create_libxml2_package_config "2.10.2" || return 1
create_libxml2_package_config "2.10.1" || return 1
2 changes: 1 addition & 1 deletion scripts/apple/libxml2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ make -j$(get_cpu_count) || return 1
make install || return 1

# CREATE PACKAGE CONFIG MANUALLY
create_libxml2_package_config "2.10.2" || return 1
create_libxml2_package_config "2.10.1" || return 1
2 changes: 1 addition & 1 deletion scripts/source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ get_library_source() {
;;
libxml2)
SOURCE_REPO_URL="https://github.com/tanersener/libxml2"
SOURCE_ID="v2.10.2"
SOURCE_ID="v2.10.1"
SOURCE_TYPE="TAG"
;;
nettle)
Expand Down

0 comments on commit 01847ea

Please sign in to comment.