Skip to content

Commit 7d43ea0

Browse files
committed
Brew formula update for goasitop version v0.0.8
1 parent af7e892 commit 7d43ea0

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

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

1515
def install
1616
bin.install "goasitop"

0 commit comments

Comments
 (0)