Skip to content

Commit 7fd30dc

Browse files
authored
Merge pull request Homebrew#201479 from Homebrew/bump-uftrace-0.17
uftrace 0.17
2 parents 22c20ce + 75f9533 commit 7fd30dc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/u/uftrace.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
class Uftrace < Formula
22
desc "Function graph tracer for C/C++/Rust"
33
homepage "https://uftrace.github.io/slide/"
4-
url "https://github.com/namhyung/uftrace/archive/refs/tags/v0.16.tar.gz"
5-
sha256 "dd0549f610d186b6f25fa2334a5e82b6ddc232ec6ca088dbb41b3fe66961d6bb"
4+
url "https://github.com/namhyung/uftrace/archive/refs/tags/v0.17.tar.gz"
5+
sha256 "04d560011c7587eddedcc674677cbef9ddc0ace449601d4b355e78589b16134f"
66
license "GPL-2.0-only"
77
head "https://github.com/namhyung/uftrace.git", branch: "master"
88

99
bottle do
10-
rebuild 1
11-
sha256 x86_64_linux: "267f5fe8fd86a47b0d476cbaf2e108a9e50398ba387b6fef89843b7fbffcf7e5"
10+
sha256 x86_64_linux: "1403c9e2ac729fcb07b71e4a376d3b2824df0d7017e4266cf8bbd147e58d9160"
1211
end
1312

1413
depends_on "pandoc" => :build

0 commit comments

Comments
 (0)