Skip to content

Commit 39311da

Browse files
committed
Brew formula update for mactop version v0.1.5
1 parent 64b841a commit 39311da

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

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

1515
def install
1616
bin.install "mactop"

0 commit comments

Comments
 (0)