Skip to content

Commit 5d4f064

Browse files
authored
Merge pull request #220338 from Homebrew/bump-tmux-mem-cpu-load-3.8.2
tmux-mem-cpu-load 3.8.2
2 parents c44aef6 + e009258 commit 5d4f064

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Formula/t/tmux-mem-cpu-load.rb

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
class TmuxMemCpuLoad < Formula
22
desc "CPU, RAM memory, and load monitor for use with tmux"
33
homepage "https://github.com/thewtex/tmux-mem-cpu-load"
4-
url "https://github.com/thewtex/tmux-mem-cpu-load/archive/refs/tags/v3.8.1.tar.gz"
5-
sha256 "3fc373233f47c5cefd540a192415cf37f0135dc0d05530e63ee34eb927e1f1e0"
4+
url "https://github.com/thewtex/tmux-mem-cpu-load/archive/refs/tags/v3.8.2.tar.gz"
5+
sha256 "c433e396050a821f915f3fd1e7d932b46204def8d59a46fce4f486b1b4ebef2e"
66
license "Apache-2.0"
77
head "https://github.com/thewtex/tmux-mem-cpu-load.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "980cf3f537ba72c0d7fca497c03e6562c69499f4bcf5413f737b6da7abc016b4"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef9e0faf28a1f984fe8efffe725a23d81a59b259a84a9b180293398ee07d0a3c"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3d91396e2c6eb3e94d8343f6083ba061ed81459a3c413f4d991a70d038719f0c"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "4ad4f582f859b79611a44bd83a7d13d70920fbb8cb4c7eafc01f974fbe38c4ce"
14-
sha256 cellar: :any_skip_relocation, sonoma: "c57514a7fea2d7f83c5e237b015f312cfa601e516e13acbd4794e8f7a5f6dc0d"
15-
sha256 cellar: :any_skip_relocation, ventura: "1b0b301683d793030f7a12f17238e14d40a2ed05cfedb9722af6ad3d2e07e660"
16-
sha256 cellar: :any_skip_relocation, monterey: "134c4b3ded75c406a60add39d8674483bd5863dbeaff86af22ee4404744e067d"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "554686eff8beee968ed1cb7da22b109418a97b7f41fd1fb2c0fd0ae551c8a8cc"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b9a4547c45737940eaec35865376d01fd67d7087475926593f71637333b1d0a5"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1b9704023cfa01f2a66fd26ba6619fee06b10e37fe37d50520c60c703b71b082"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a40e5242c4235deeb4203110ee580afa44e2071595717c8565c744a40835135a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "49ae4c6d2621caa0711fdc119a045f6e13be528da201e5df678ebbf2ce16bd7d"
13+
sha256 cellar: :any_skip_relocation, sonoma: "73c300b2c57ff480f97b6013a9627c3b74532e8983829b1512f84a8ca5604107"
14+
sha256 cellar: :any_skip_relocation, ventura: "e86000baff73acb680106265ee4ff32c469bc060097904401f274dd2f5aa6e31"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "c91113c2894a4d31d72697bbf71047a6318b938c67d5750386bf333d0140e2f3"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9dcb9393b62f525dcadb1e1c463e3f0e34d9553038e8089db2c82548f180e56f"
1917
end
2018

2119
depends_on "cmake" => :build

0 commit comments

Comments
 (0)