Skip to content

Commit 138740b

Browse files
committed
2 parents b8caab9 + 820adaa commit 138740b

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.8"
8+
version "0.0.9"
99
depends_on :macos
1010

1111
if Hardware::CPU.arm?
12-
url "https://github.com/context-labs/goasitop/releases/download/v0.0.8/goasitop_0.0.8_darwin_arm64.tar.gz"
13-
sha256 "81a6fb7906e460dce6da2c47d9fd0b9fc2e0cd230f2f269236bca1b5b67ac96c"
12+
url "https://github.com/context-labs/goasitop/releases/download/v0.0.9/goasitop_0.0.9_darwin_arm64.tar.gz"
13+
sha256 "aafaa4eaaba1502d4faeb95c91824f48f22cc6743157996604179a8081f74cc5"
1414

1515
def install
1616
bin.install "goasitop"

0 commit comments

Comments
 (0)