Skip to content

Commit

Permalink
Brew formula update for mactop version v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed May 21, 2024
1 parent 9cc5c6e commit 7e872d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mactop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
class Mactop < Formula
desc "Apple Silicon Monitor Top written in Go Lang"
homepage "https://github.com/context-labs/mactop"
version "0.1.6"
version "0.1.7"
depends_on :macos

if Hardware::CPU.arm?
url "https://github.com/context-labs/mactop/releases/download/v0.1.6/mactop_0.1.6_darwin_arm64.tar.gz"
sha256 "72e4b8a60bc2792420517f0d1c402deb8d0a6005f21bf7cad3d4892743d1be61"
on_arm do
url "https://github.com/context-labs/mactop/releases/download/v0.1.7/mactop_0.1.7_darwin_arm64.tar.gz"
sha256 "40857c92beb8e13fb6a50b1563adb7c7ced5c6dbdc56d35d3546e4a6c4ffc52a"

def install
bin.install "mactop"
Expand Down

0 comments on commit 7e872d4

Please sign in to comment.