Skip to content

Commit

Permalink
fix augeas pkg.url
Browse files Browse the repository at this point in the history
latest versions are not available on download.augeas.net
  • Loading branch information
h0tw1r3 committed May 8, 2024
1 parent 45ab2a8 commit b85ec76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/components/augeas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
raise "augeas version #{version} has not been configured; Cannot continue."
end

pkg.url "http://download.augeas.net/augeas-#{pkg.get_version}.tar.gz"
pkg.url "https://github.com/hercules-team/augeas/releases/download/release-#{pkg.get_version}/augeas-#{pkg.get_version}.tar.gz"

if ['1.12.0', '1.14.1'].include?(version)
if platform.is_el? || platform.is_fedora?
Expand Down

0 comments on commit b85ec76

Please sign in to comment.