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 138740b commit 6c44842Copy full SHA for 6c44842
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.9"
+ version "0.1.0"
9
depends_on :macos
10
11
if Hardware::CPU.arm?
12
- url "https://github.com/context-labs/goasitop/releases/download/v0.0.9/goasitop_0.0.9_darwin_arm64.tar.gz"
13
- sha256 "aafaa4eaaba1502d4faeb95c91824f48f22cc6743157996604179a8081f74cc5"
+ url "https://github.com/context-labs/goasitop/releases/download/v0.1.0/goasitop_0.1.0_darwin_arm64.tar.gz"
+ sha256 "b4f417c01e1e1aa4bf841b127d1fb982fe9789cf00a5fe965104dbf4cfab83a1"
14
15
def install
16
bin.install "goasitop"
0 commit comments