Skip to content

Commit 235fc42

Browse files
committed
Brew formula update for goasitop version v0.0.7
1 parent 25c9963 commit 235fc42

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

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

1515
def install
1616
bin.install "goasitop"

0 commit comments

Comments
 (0)