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 64b841a commit 39311daCopy full SHA for 39311da
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.4"
+ version "0.1.5"
9
depends_on :macos
10
11
if Hardware::CPU.arm?
12
- url "https://github.com/context-labs/mactop/releases/download/v0.1.4/mactop_0.1.4_darwin_arm64.tar.gz"
13
- sha256 "bef537e48a5682bf94f41f07f6d022c76245a744f9a11970688e303c6247fc28"
+ url "https://github.com/context-labs/mactop/releases/download/v0.1.5/mactop_0.1.5_darwin_arm64.tar.gz"
+ sha256 "99952d9c28b550a572f24748439d1a24cb2d547f721a80ee7ca63262e7caf1b9"
14
15
def install
16
bin.install "mactop"
0 commit comments