Skip to content

Commit 25c9963

Browse files
committed
2 parents 365e2f6 + 7a856f2 commit 25c9963

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

goasitop.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
class Goasitop < Formula
66
desc "Apple Silicon Monitor Top written in Go Lang"
77
homepage "https://github.com/context-labs/goasitop"
8-
version "0.0.5"
8+
version "0.0.6"
99
depends_on :macos
1010

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

1515
def install
1616
bin.install "goasitop"

0 commit comments

Comments
 (0)