Skip to content

Commit

Permalink
replace fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
yseto committed Nov 26, 2024
1 parent 980ab61 commit 192d483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mackerel-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ class MackerelAgent < Formula
version '0.83.0'
if Hardware::CPU.arm?
url 'https://github.com/mackerelio/mackerel-agent/releases/download/v0.83.0/mackerel-agent_darwin_arm64.zip'
sha256 '020b3ac7bf0ac4bf62e5209058c6564c2cd1924d0f56c0053258726de8f7425d'
sha256 '8cdffdf116469506ef24042982dfecd4176e29371b16fc565cacd3ae0e279706'
else
url 'https://github.com/mackerelio/mackerel-agent/releases/download/v0.83.0/mackerel-agent_darwin_amd64.zip'
sha256 '32fe1db5b9024515aad01bdedd119a5bcd5708dbaa948163698181005b9b4cc1'
sha256 '040a44399fcd97de5dcdb5ab14d3d23cc1599fb8248ade4fe05e6293cb32db03'
end

head do
Expand Down

0 comments on commit 192d483

Please sign in to comment.