Skip to content

Commit 7e872d4

Browse files
committed
Brew formula update for mactop version v0.1.7
1 parent 9cc5c6e commit 7e872d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mactop.rb

Lines changed: 4 additions & 4 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.6"
8+
version "0.1.7"
99
depends_on :macos
1010

11-
if Hardware::CPU.arm?
12-
url "https://github.com/context-labs/mactop/releases/download/v0.1.6/mactop_0.1.6_darwin_arm64.tar.gz"
13-
sha256 "72e4b8a60bc2792420517f0d1c402deb8d0a6005f21bf7cad3d4892743d1be61"
11+
on_arm do
12+
url "https://github.com/context-labs/mactop/releases/download/v0.1.7/mactop_0.1.7_darwin_arm64.tar.gz"
13+
sha256 "40857c92beb8e13fb6a50b1563adb7c7ced5c6dbdc56d35d3546e4a6c4ffc52a"
1414

1515
def install
1616
bin.install "mactop"

0 commit comments

Comments
 (0)