Skip to content

Commit 628a742

Browse files
authored
Merge pull request #35 from context-labs/main
Update inline dev
2 parents 833f113 + 830daca commit 628a742

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
before:
23
hooks:
34
- go mod tidy
@@ -18,7 +19,6 @@ archives:
1819
files:
1920
- LICENSE
2021
- README.md
21-
- "dist/{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}/{{ .ProjectName }}"
2222

2323
checksum:
2424
name_template: 'checksums.txt'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
`mactop` is a terminal-based monitoring tool "top" designed to display real-time metrics for Apple Silicon chips written by Carsen Klock. It provides a simple and efficient way to monitor CPU and GPU usage, E-Cores and P-Cores, power consumption, and other system metrics directly from your terminal!
66

7-
![mactop](screenshot2.png)
7+
![mactop](screenshotnew.jpg)
88

99
## Compatibility
1010

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
module github.com/context-labs/mactop/v2
22

3-
go 1.20
3+
go 1.23
44

55
require (
66
github.com/gizak/termui/v3 v3.1.0
77
github.com/shirou/gopsutil v3.21.11+incompatible
8+
howett.net/plist v1.0.1
89
)
910

1011
require (
@@ -17,5 +18,4 @@ require (
1718
github.com/stretchr/testify v1.2.2 // indirect
1819
github.com/yusufpapurcu/wmi v1.2.4 // indirect
1920
golang.org/x/sys v0.19.0 // indirect
20-
howett.net/plist v1.0.1 // indirect
2121
)

mactop.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
class Mactop < Formula
66
desc "Apple Silicon Monitor Top written in Go Lang"
77
homepage "https://github.com/context-labs/mactop"
8-
version "0.1.8"
8+
version "0.2.0"
99
depends_on :macos
1010

1111
on_arm do
12-
url "https://github.com/context-labs/mactop/releases/download/v0.1.8/mactop_0.1.8_darwin_arm64.tar.gz"
13-
sha256 "a26bcfcf16ed7b0ac958c4d63664f683e8042c2db75b0bbae8ddd4263775610b"
12+
url "https://github.com/context-labs/mactop/releases/download/v0.2.0/mactop_0.2.0_darwin_arm64.tar.gz"
13+
sha256 "62e339451e8336b1cc42cd53ab68f3fef4960ff517af47216fdb1ab0a4e4f31a"
1414

1515
def install
1616
bin.install "mactop"

screenshotnew.jpg

382 KB
Loading

0 commit comments

Comments
 (0)