Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
metaspartan committed Apr 21, 2024
2 parents 365e2f6 + 7a856f2 commit 25c9963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions goasitop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
class Goasitop < Formula
desc "Apple Silicon Monitor Top written in Go Lang"
homepage "https://github.com/context-labs/goasitop"
version "0.0.5"
version "0.0.6"
depends_on :macos

if Hardware::CPU.arm?
url "https://github.com/context-labs/goasitop/releases/download/v0.0.5/goasitop_0.0.5_darwin_arm64.tar.gz"
sha256 "da604c3ae91f854bac1a49e5b5694243f3c07d6f9d9584c04fbd3b2393e0dd5c"
url "https://github.com/context-labs/goasitop/releases/download/v0.0.6/goasitop_0.0.6_darwin_arm64.tar.gz"
sha256 "dbecbf3e695f96138ebc9c84f4cb42b40308254901942e0caafc5dbe05f298c4"

def install
bin.install "goasitop"
Expand Down

0 comments on commit 25c9963

Please sign in to comment.