Skip to content

Commit

Permalink
automatic-patch: Mercury version update to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bender1729 committed Nov 24, 2020
1 parent 2531958 commit 5856deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/mercury.rb
Expand Up @@ -20,7 +20,7 @@
default['mercury'].tap do |mercury|
# Package information
mercury['package']['name'] = 'mercury'
mercury['package']['version'] = '1.3.10'
mercury['package']['version'] = '1.4.1'
mercury['package']['arch'] = 'x86_64'
mercury['package']['source'] = "https://github.com/schubergphilis/mercury/releases/download/#{mercury['package']['version']}/mercury-#{mercury['package']['version']}-1.#{mercury['package']['arch']}.rpm"
mercury['package']['config'] = '/etc/mercury/mercury.toml'
Expand Down

0 comments on commit 5856deb

Please sign in to comment.