From 347e6d92f8cf78e3b5a97bdec3207dfcf860c700 Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Sun, 1 Dec 2024 14:16:14 -0700 Subject: [PATCH 1/2] Brew formula update for mactop version v0.2.3 --- mactop.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mactop.rb b/mactop.rb index 6b91b19..46d84ca 100644 --- a/mactop.rb +++ b/mactop.rb @@ -5,12 +5,12 @@ class Mactop < Formula desc "Apple Silicon Monitor Top written in Go Lang" homepage "https://github.com/context-labs/mactop" - version "0.2.2" + version "0.2.3" depends_on :macos on_arm do - url "https://github.com/context-labs/mactop/releases/download/v0.2.2/mactop_0.2.2_darwin_arm64.tar.gz" - sha256 "2bd779fb18508e2dd70447068d770f85002c00a3000d8957c9be1cca3954d7e2" + url "https://github.com/context-labs/mactop/releases/download/v0.2.3/mactop_0.2.3_darwin_arm64.tar.gz" + sha256 "e51b97a3acfe1ee1b2467aff3e3407b3a0793e8664264f44a49ae5d48dd209c2" def install bin.install "mactop" From 27588ad5cddd16f07be76800908d7fe3763658e4 Mon Sep 17 00:00:00 2001 From: sergeypanin1994 Date: Wed, 29 Jan 2025 04:17:49 +0300 Subject: [PATCH 2/2] fix: update Twitter URL to x.com format Replaced the outdated Twitter URL (https://twitter.com) with the updated x.com format (https://x.com) to align with the platform's rebranding. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8fed95..b388f45 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ Distributed under the MIT License. See `LICENSE` for more information. ## Author and Contact -Carsen Klock - [@carsenklock](https://twitter.com/carsenklock) +Carsen Klock - [@carsenklock](https://x.com/carsenklock) Project Link: [https://github.com/context-labs/mactop](https://github.com/context-labs/mactop)