Skip to content

Commit 22c20ce

Browse files
authored
Merge pull request Homebrew#201486 from Homebrew/bump-macmon-0.4.2
macmon 0.4.2
2 parents e068022 + 45b1f14 commit 22c20ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/m/macmon.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
class Macmon < Formula
22
desc "Sudoless performance monitoring for Apple Silicon processors"
33
homepage "https://github.com/vladkens/macmon"
4-
url "https://github.com/vladkens/macmon/archive/refs/tags/v0.4.1.tar.gz"
5-
sha256 "19ea622ae09d508b89be7869e45ddc3854a4441e40d0ae28ee16d6a4d621b724"
4+
url "https://github.com/vladkens/macmon/archive/refs/tags/v0.4.2.tar.gz"
5+
sha256 "ef1fcd6096ef6f6d4f8066eb6049a4b264f6af1efe257050a51c37eba08c3eee"
66
license "MIT"
77
head "https://github.com/vladkens/macmon.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "10cfb38492617b1a8727e2a48f183f2c013b19b457af3a912928c66da62781bc"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "736a9607ac2f535c9327a1c0c401ab2117030f5cb6bd151ab6508d371bc272cf"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9b121143335c0d8ced34ca3d8f67ea6f89c706727aea90e37af1a27ffea85cdb"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d447feffe80bb1fb0bcd49262c6edcbd8c93774564e8198c8a558ff8c27e1e8"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c307df1059b812bded3c65daa2cea2a6527934a59ed87e5dbdddf198c074064"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2dbd2ed6341b2dc4580f72d3f7afe1e8c5b6d5024ab340814e17776f4bad4f68"
1313
end
1414

1515
depends_on "rust" => :build

0 commit comments

Comments
 (0)