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 25c9963 commit 235fc42Copy full SHA for 235fc42
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.6"
+ version "0.0.7"
9
depends_on :macos
10
11
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"
+ url "https://github.com/context-labs/goasitop/releases/download/v0.0.7/goasitop_0.0.7_darwin_arm64.tar.gz"
+ sha256 "77913e6d188f8566c670b4953716d032ee6ffd0109d4d2e577388b59b407f76f"
14
15
def install
16
bin.install "goasitop"
0 commit comments