Skip to content

Commit 7c6aa36

Browse files
committed
Brew formula update for mactop version v0.2.7
1 parent aa8713a commit 7c6aa36

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

1111
if Hardware::CPU.arm?
12-
url "https://github.com/context-labs/mactop/releases/download/v0.2.6/mactop_0.2.6_darwin_arm64.tar.gz"
13-
sha256 "ab8d9e176b73f5032a7f3e6b3862972e8a935de11f10b7a1ed6c75d77c97d481"
12+
url "https://github.com/context-labs/mactop/releases/download/v0.2.7/mactop_0.2.7_darwin_arm64.tar.gz"
13+
sha256 "893b00e4ec43b38cb0d8c2d9c5d21c299331214eb7889ef7fb660a4115d4b793"
1414

1515
def install
1616
bin.install "mactop"

0 commit comments

Comments
 (0)