Skip to content

Commit 3b97291

Browse files
committed
Update libxml2 to 2.15.1
1 parent b59e3cd commit 3b97291

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configs/components/libxml2.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# https://github.com/GNOME/libxml2/tags
55
#####
66
component "libxml2" do |pkg, settings, platform|
7-
pkg.version '2.14.5'
8-
pkg.sha256sum '03d006f3537616833c16c53addcdc32a0eb20e55443cba4038307e3fa7d8d44b'
7+
pkg.version '2.15.1'
8+
pkg.sha256sum 'c008bac08fd5c7b4a87f7b8a71f283fa581d80d80ff8d2efd3b26224c39bc54c'
99

1010
libxml2_version_y = pkg.get_version.gsub(/(\d+)\.(\d+)(\.\d+)?/, '\1.\2')
1111
pkg.url "https://download.gnome.org/sources/libxml2/#{libxml2_version_y}/libxml2-#{pkg.get_version}.tar.xz"

0 commit comments

Comments
 (0)