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 b8caab9 + 820adaa commit 138740bCopy full SHA for 138740b
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.8"
+ version "0.0.9"
9
depends_on :macos
10
11
if Hardware::CPU.arm?
12
- url "https://github.com/context-labs/goasitop/releases/download/v0.0.8/goasitop_0.0.8_darwin_arm64.tar.gz"
13
- sha256 "81a6fb7906e460dce6da2c47d9fd0b9fc2e0cd230f2f269236bca1b5b67ac96c"
+ url "https://github.com/context-labs/goasitop/releases/download/v0.0.9/goasitop_0.0.9_darwin_arm64.tar.gz"
+ sha256 "aafaa4eaaba1502d4faeb95c91824f48f22cc6743157996604179a8081f74cc5"
14
15
def install
16
bin.install "goasitop"
0 commit comments