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 f463ef7 commit 9ac0cc2Copy full SHA for 9ac0cc2
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.0"
+ version "0.2.1"
9
depends_on :macos
10
11
on_arm do
12
- url "https://github.com/context-labs/mactop/releases/download/v0.2.0/mactop_0.2.0_darwin_arm64.tar.gz"
13
- sha256 "62e339451e8336b1cc42cd53ab68f3fef4960ff517af47216fdb1ab0a4e4f31a"
+ url "https://github.com/context-labs/mactop/releases/download/v0.2.1/mactop_0.2.1_darwin_arm64.tar.gz"
+ sha256 "fe6c20c96d7e92927b4e0808349ddb1285226499c682f62a2fd9e8c8ccd8652d"
14
15
def install
16
bin.install "mactop"
0 commit comments