Skip to content

Commit b7f1610

Browse files
committed
Brew formula update for goasitop version v0.0.5
1 parent 0ef34d8 commit b7f1610

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

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

1515
def install
1616
bin.install "goasitop"

0 commit comments

Comments
 (0)