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 aa8713a commit 7c6aa36Copy full SHA for 7c6aa36
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.6"
+ version "0.2.7"
9
depends_on :macos
10
11
if Hardware::CPU.arm?
12
- url "https://github.com/context-labs/mactop/releases/download/v0.2.6/mactop_0.2.6_darwin_arm64.tar.gz"
13
- sha256 "ab8d9e176b73f5032a7f3e6b3862972e8a935de11f10b7a1ed6c75d77c97d481"
+ url "https://github.com/context-labs/mactop/releases/download/v0.2.7/mactop_0.2.7_darwin_arm64.tar.gz"
+ sha256 "893b00e4ec43b38cb0d8c2d9c5d21c299331214eb7889ef7fb660a4115d4b793"
14
15
def install
16
bin.install "mactop"
0 commit comments