|
1 | 1 | class Rbspy < Formula |
2 | 2 | desc "Sampling profiler for Ruby" |
3 | 3 | homepage "https://rbspy.github.io/" |
4 | | - url "https://github.com/rbspy/rbspy/archive/refs/tags/v0.34.0.tar.gz" |
5 | | - sha256 "dc2eceb963ef9a5687de89fef38c28ebd4dab857ed7dfc20b51602f45c6d76ea" |
| 4 | + url "https://github.com/rbspy/rbspy/archive/refs/tags/v0.34.1.tar.gz" |
| 5 | + sha256 "dfc75d5a28364903afb8c19d47491a4e09d3dc3c5eb3129b132a54f233fb719d" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "00152ed6d763a51b1fc8d72b8228792ca12b93e877faef4ec6fb18989f357240" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c95fc5fab0859c4b82996c17a07c5a1c0f5d25faeff942c82b008adee4a6ae78" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "0d816f45c7e933f681c916836823a89d07cde4fceca93395b40a3174580d808e" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "069e7caf1452681ac1bd10688391f200c89ece6621574793c0da6d751a726671" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "bd2d548da50209c4c893279c6d1e8c2111d17c489eb346632f970fa66ab00efc" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "79fe778925ad97df49253a044b0b48db48432255ec4dea512c9cb8b4a9fa232a" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "515273aac17fca97e203d9a6dbce05e61c80c92deca9a7a077e844289cf0cc37" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5d9acf098a9cc08bca0f060c9e601991c173d2c88b0fcd97235db38507985f22" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c1f14aaff920da812d5b11a666eef97bfad17a2967f3100f54bc2b213fecc05" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "1dd63419604e367fe3dd7dd1ffb8554403b8bf64faa71282f23ef15273b29cb4" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "b8b23018e1ef457057335bcfbaf7d2f4d112035af4e6a09fd9a424def7954ba6" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "3a4d1e24c895bd60967b06503577e20381d58664aa24c6698efcb54f74558244" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "7ff9ad252586e4e39b610deec8295bc70e0353b2d2b9f0c3402854389f6888b5" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "2cc3831ba4a1ad6e20fe77662aea1d66ecb71082ccd8836cdb5aaed7b93bc752" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments