We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef34d8 commit b7f1610Copy full SHA for b7f1610
goasitop.rb
@@ -5,12 +5,12 @@
5
class Goasitop < Formula
6
desc "Apple Silicon Monitor Top written in Go Lang"
7
homepage "https://github.com/context-labs/goasitop"
8
- version "0.0.4"
+ version "0.0.5"
9
depends_on :macos
10
11
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"
+ url "https://github.com/context-labs/goasitop/releases/download/v0.0.5/goasitop_0.0.5_darwin_arm64.tar.gz"
+ sha256 "da604c3ae91f854bac1a49e5b5694243f3c07d6f9d9584c04fbd3b2393e0dd5c"
14
15
def install
16
bin.install "goasitop"
0 commit comments