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 6c0d43e commit 79e9f1cCopy full SHA for 79e9f1c
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.1.8"
+ version "0.1.9"
9
depends_on :macos
10
11
on_arm do
12
- url "https://github.com/context-labs/mactop/releases/download/v0.1.8/mactop_0.1.8_darwin_arm64.tar.gz"
13
- sha256 "a26bcfcf16ed7b0ac958c4d63664f683e8042c2db75b0bbae8ddd4263775610b"
+ url "https://github.com/context-labs/mactop/releases/download/v0.1.9/mactop_0.1.9_darwin_arm64.tar.gz"
+ sha256 "49db3aaaa53778d42f1d4db85009896d6e8ee72b87be86592bf35ce9b5c71e33"
14
15
def install
16
bin.install "mactop"
0 commit comments