Skip to content

Commit

Permalink
Update virt-what
Browse files Browse the repository at this point in the history
  • Loading branch information
smokris committed Aug 20, 2023
1 parent 02f40ba commit b079573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/components/virt-what.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
component "virt-what" do |pkg, settings, platform|
pkg.version "1.22"
pkg.md5sum "0e9923de6a6c6f07bc0ddc3ec8fc1018"
pkg.version "1.25"
pkg.md5sum "2345f1ec5fa0836bff4071659730ac8f"

pkg.url "https://people.redhat.com/~rjones/virt-what/files/virt-what-#{pkg.get_version}.tar.gz"
pkg.mirror "#{settings[:buildsources_url]}/virt-what-#{pkg.get_version}.tar.gz"
Expand Down Expand Up @@ -44,4 +44,4 @@
["#{platform[:make]} -j$(shell expr $(shell #{platform[:num_cores]}) + 1) install"]
end
end

0 comments on commit b079573

Please sign in to comment.