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 20b23ec commit a711b9aCopy full SHA for a711b9a
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.5"
+ version "0.1.6"
9
depends_on :macos
10
11
if Hardware::CPU.arm?
12
- url "https://github.com/context-labs/mactop/releases/download/v0.1.5/mactop_0.1.5_darwin_arm64.tar.gz"
13
- sha256 "99952d9c28b550a572f24748439d1a24cb2d547f721a80ee7ca63262e7caf1b9"
+ url "https://github.com/context-labs/mactop/releases/download/v0.1.6/mactop_0.1.6_darwin_arm64.tar.gz"
+ sha256 "72e4b8a60bc2792420517f0d1c402deb8d0a6005f21bf7cad3d4892743d1be61"
14
15
def install
16
bin.install "mactop"
0 commit comments