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.
2 parents e95dad3 + 7d43ea0 commit e2d8557Copy full SHA for e2d8557
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.7"
+ version "0.0.8"
9
depends_on :macos
10
11
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"
+ url "https://github.com/context-labs/goasitop/releases/download/v0.0.8/goasitop_0.0.8_darwin_arm64.tar.gz"
+ sha256 "81a6fb7906e460dce6da2c47d9fd0b9fc2e0cd230f2f269236bca1b5b67ac96c"
14
15
def install
16
bin.install "goasitop"
0 commit comments