Skip to content

Commit 347e6d9

Browse files
committed
Brew formula update for mactop version v0.2.3
1 parent 4d16e46 commit 347e6d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mactop.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
class Mactop < Formula
66
desc "Apple Silicon Monitor Top written in Go Lang"
77
homepage "https://github.com/context-labs/mactop"
8-
version "0.2.2"
8+
version "0.2.3"
99
depends_on :macos
1010

1111
on_arm do
12-
url "https://github.com/context-labs/mactop/releases/download/v0.2.2/mactop_0.2.2_darwin_arm64.tar.gz"
13-
sha256 "2bd779fb18508e2dd70447068d770f85002c00a3000d8957c9be1cca3954d7e2"
12+
url "https://github.com/context-labs/mactop/releases/download/v0.2.3/mactop_0.2.3_darwin_arm64.tar.gz"
13+
sha256 "e51b97a3acfe1ee1b2467aff3e3407b3a0793e8664264f44a49ae5d48dd209c2"
1414

1515
def install
1616
bin.install "mactop"

0 commit comments

Comments
 (0)