Skip to content

Commit c41465d

Browse files
committed
Brew formula update for mactop version v0.1.8
1 parent b4a5270 commit c41465d

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

1111
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"
12+
url "https://github.com/context-labs/mactop/releases/download/v0.1.8/mactop_0.1.8_darwin_arm64.tar.gz"
13+
sha256 "a26bcfcf16ed7b0ac958c4d63664f683e8042c2db75b0bbae8ddd4263775610b"
1414

1515
def install
1616
bin.install "mactop"

0 commit comments

Comments
 (0)