Skip to content

Commit a711b9a

Browse files
committed
Brew formula update for mactop version v0.1.6
1 parent 20b23ec commit a711b9a

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

1111
if Hardware::CPU.arm?
12-
url "https://github.com/context-labs/mactop/releases/download/v0.1.5/mactop_0.1.5_darwin_arm64.tar.gz"
13-
sha256 "99952d9c28b550a572f24748439d1a24cb2d547f721a80ee7ca63262e7caf1b9"
12+
url "https://github.com/context-labs/mactop/releases/download/v0.1.6/mactop_0.1.6_darwin_arm64.tar.gz"
13+
sha256 "72e4b8a60bc2792420517f0d1c402deb8d0a6005f21bf7cad3d4892743d1be61"
1414

1515
def install
1616
bin.install "mactop"

0 commit comments

Comments
 (0)