Skip to content

Commit

Permalink
Merge pull request #201479 from Homebrew/bump-uftrace-0.17
Browse files Browse the repository at this point in the history
uftrace 0.17
  • Loading branch information
BrewTestBot authored Dec 17, 2024
2 parents 22c20ce + 75f9533 commit 7fd30dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/u/uftrace.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
class Uftrace < Formula
desc "Function graph tracer for C/C++/Rust"
homepage "https://uftrace.github.io/slide/"
url "https://github.com/namhyung/uftrace/archive/refs/tags/v0.16.tar.gz"
sha256 "dd0549f610d186b6f25fa2334a5e82b6ddc232ec6ca088dbb41b3fe66961d6bb"
url "https://github.com/namhyung/uftrace/archive/refs/tags/v0.17.tar.gz"
sha256 "04d560011c7587eddedcc674677cbef9ddc0ace449601d4b355e78589b16134f"
license "GPL-2.0-only"
head "https://github.com/namhyung/uftrace.git", branch: "master"

bottle do
rebuild 1
sha256 x86_64_linux: "267f5fe8fd86a47b0d476cbaf2e108a9e50398ba387b6fef89843b7fbffcf7e5"
sha256 x86_64_linux: "1403c9e2ac729fcb07b71e4a376d3b2824df0d7017e4266cf8bbd147e58d9160"
end

depends_on "pandoc" => :build
Expand Down

0 comments on commit 7fd30dc

Please sign in to comment.