Skip to content

Commit

Permalink
Merge pull request #203119 from Homebrew/bump-trippy-0.12.2
Browse files Browse the repository at this point in the history
trippy 0.12.2
  • Loading branch information
BrewTestBot authored Jan 3, 2025
2 parents 5022fb0 + d7c6c9a commit b072351
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/trippy.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Trippy < Formula
desc "Network diagnostic tool, inspired by mtr"
homepage "https://trippy.cli.rs/"
url "https://github.com/fujiapple852/trippy/archive/refs/tags/0.12.1.tar.gz"
sha256 "ae868123cba03977786f0dd74297f2e15e021d753684bd6e47554003f03a3d5b"
url "https://github.com/fujiapple852/trippy/archive/refs/tags/0.12.2.tar.gz"
sha256 "6f23549e5f398113ecd0d2f15c829f5ab84fcdf99dde9942c61746e72f990085"
license "Apache-2.0"
head "https://github.com/fujiapple852/trippy.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad621cefa8595b31dec20b0638265041703a1e1904c0b62c777563ea07d265ee"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3be9dc1e4f6aae077ff542e20edccad53c2a666da0415c2f9df1ed0cd927a758"
sha256 cellar: :any_skip_relocation, arm64_ventura: "454a7509ac48d2a6ad3e73cd36f54411577452222f453c0bbb0f31e25f1e2474"
sha256 cellar: :any_skip_relocation, sonoma: "13b62cbb1c4c5aee1eebdce977cda78cc23b3c3ce51dbcb6d08bbfcec69c3852"
sha256 cellar: :any_skip_relocation, ventura: "b3c7949a55372ebec3d1acc2abfc0365f3cbd68c997b269618782edf6883c14d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "69dc123d2bb651b1744b11664248821940b43a226141a182909d4c2790ba99b0"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "36d0b28c8033e6b2eb40082dee5e5588316f456cf8e34805cc8133b9aa25e68e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "836dd4b7dd3c4ec9a548ad32df52d9cd5d54d3a9f5a75a5b8ec722fd5f37142f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "28a6e084ea6d69b4c20b3406fd409ac498cb3c7c05d6c0a3e3ace4e642c52ec2"
sha256 cellar: :any_skip_relocation, sonoma: "18e43f600bbff05025c5202fbb94b856934eadc803227345a344d9bce08a91dc"
sha256 cellar: :any_skip_relocation, ventura: "d997d0a7e7d125c93db5d221d7bcdd3fbdebee268e80a688146132a4fef7d10b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "772768bf07161004287a339a0a9b346534dd6c76c58ade1d6f69a8d0502abd49"
end

depends_on "rust" => :build
Expand Down

0 comments on commit b072351

Please sign in to comment.