Skip to content

Commit 830daca

Browse files
committed
Brew formula update for mactop version v0.2.0
1 parent 013a7e8 commit 830daca

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.1.9"
8+
version "0.2.0"
99
depends_on :macos
1010

1111
on_arm do
12-
url "https://github.com/context-labs/mactop/releases/download/v0.1.9/mactop_0.1.9_darwin_arm64.tar.gz"
13-
sha256 "49db3aaaa53778d42f1d4db85009896d6e8ee72b87be86592bf35ce9b5c71e33"
12+
url "https://github.com/context-labs/mactop/releases/download/v0.2.0/mactop_0.2.0_darwin_arm64.tar.gz"
13+
sha256 "62e339451e8336b1cc42cd53ab68f3fef4960ff517af47216fdb1ab0a4e4f31a"
1414

1515
def install
1616
bin.install "mactop"

0 commit comments

Comments
 (0)