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

Commit

Permalink
Merge pull request #740 from cernops/libyaml
Browse files Browse the repository at this point in the history
Fix libyaml github URL and name for libyaml file
  • Loading branch information
joshcooper authored Oct 19, 2023
2 parents 192c686 + 6c6de9a commit 46aa77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/components/libyaml.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
component 'libyaml' do |pkg, settings, platform|
pkg.version '0.2.5'
pkg.md5sum 'bb15429d8fb787e7d3f1c83ae129a999'
pkg.url "https://github.com/yaml/libyaml/releases/download/#{pkg.get_name}/yaml-#{pkg.get_version}-0.2.5.tar.gz"
pkg.url "https://github.com/yaml/libyaml/releases/download/#{pkg.get_version}/yaml-#{pkg.get_version}.tar.gz"
pkg.mirror "#{settings[:buildsources_url]}/yaml-#{pkg.get_version}.tar.gz"

if platform.is_aix?
Expand Down

0 comments on commit 46aa77a

Please sign in to comment.