Skip to content

Commit

Permalink
Merge pull request #203529 from Homebrew/bump-inxi-3.3.37-1
Browse files Browse the repository at this point in the history
inxi 3.3.37-1
  • Loading branch information
BrewTestBot authored Jan 7, 2025
2 parents f996907 + 57ce562 commit 9bc67b4
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/i/inxi.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Inxi < Formula
desc "Full featured CLI system information tool"
homepage "https://smxi.org/docs/inxi.htm"
url "https://codeberg.org/smxi/inxi/archive/3.3.36-1.tar.gz"
sha256 "0f1e0ac7d5b702e66aec8fc3c07aaba036c0d47e729c35f26f19cddaa0b234d2"
url "https://codeberg.org/smxi/inxi/archive/3.3.37-1.tar.gz"
sha256 "da730f84f4a2ca53bab471860a83995c9d498bb34c2518fbb7ff65ee705e048e"
license "GPL-3.0-or-later"
head "https://codeberg.org/smxi/inxi.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "aaf65fcde3b31171790eeae118d5a88a6432b458715fac5fac9d6c6a358c3df8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aaf65fcde3b31171790eeae118d5a88a6432b458715fac5fac9d6c6a358c3df8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "aaf65fcde3b31171790eeae118d5a88a6432b458715fac5fac9d6c6a358c3df8"
sha256 cellar: :any_skip_relocation, arm64_monterey: "aaf65fcde3b31171790eeae118d5a88a6432b458715fac5fac9d6c6a358c3df8"
sha256 cellar: :any_skip_relocation, sonoma: "f78973546615a80aa8a390afecf3f81bbe962a5e618badd8867944eb5d457015"
sha256 cellar: :any_skip_relocation, ventura: "f78973546615a80aa8a390afecf3f81bbe962a5e618badd8867944eb5d457015"
sha256 cellar: :any_skip_relocation, monterey: "f78973546615a80aa8a390afecf3f81bbe962a5e618badd8867944eb5d457015"
sha256 cellar: :any_skip_relocation, x86_64_linux: "aaf65fcde3b31171790eeae118d5a88a6432b458715fac5fac9d6c6a358c3df8"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "190f696b65279d91a9ef502668e49eb5e702205245016888f2469a36b6a4534f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "190f696b65279d91a9ef502668e49eb5e702205245016888f2469a36b6a4534f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "190f696b65279d91a9ef502668e49eb5e702205245016888f2469a36b6a4534f"
sha256 cellar: :any_skip_relocation, sonoma: "e0dc059e9f7ab886820bc7fb3a5c94d4fd60413a12ffbc057a0016f763c51efb"
sha256 cellar: :any_skip_relocation, ventura: "e0dc059e9f7ab886820bc7fb3a5c94d4fd60413a12ffbc057a0016f763c51efb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "190f696b65279d91a9ef502668e49eb5e702205245016888f2469a36b6a4534f"
end

uses_from_macos "perl"
Expand Down

0 comments on commit 9bc67b4

Please sign in to comment.