Skip to content

Commit 0abdf51

Browse files
Merge pull request #141 from OpenVoxProject/corporate-gadfly-patch-1
libxml2: Update 2.15.1->2.15.2
2 parents f5573af + 444dc82 commit 0abdf51

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.15.1'
8-
pkg.sha256sum 'c008bac08fd5c7b4a87f7b8a71f283fa581d80d80ff8d2efd3b26224c39bc54c'
7+
pkg.version '2.15.2'
8+
pkg.sha256sum 'c8b9bc81f8b590c33af8cc6c336dbff2f53409973588a351c95f1c621b13d09d'
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)