We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d16e46 commit 347e6d9Copy full SHA for 347e6d9
mactop.rb
@@ -5,12 +5,12 @@
5
class Mactop < Formula
6
desc "Apple Silicon Monitor Top written in Go Lang"
7
homepage "https://github.com/context-labs/mactop"
8
- version "0.2.2"
+ version "0.2.3"
9
depends_on :macos
10
11
on_arm do
12
- url "https://github.com/context-labs/mactop/releases/download/v0.2.2/mactop_0.2.2_darwin_arm64.tar.gz"
13
- sha256 "2bd779fb18508e2dd70447068d770f85002c00a3000d8957c9be1cca3954d7e2"
+ url "https://github.com/context-labs/mactop/releases/download/v0.2.3/mactop_0.2.3_darwin_arm64.tar.gz"
+ sha256 "e51b97a3acfe1ee1b2467aff3e3407b3a0793e8664264f44a49ae5d48dd209c2"
14
15
def install
16
bin.install "mactop"
0 commit comments