Skip to content

Commit 99f7519

Browse files
authored
Merge pull request #256493 from Homebrew/bump-binsider-0.3.0
binsider 0.3.0
2 parents 511d6cb + 37c9d2f commit 99f7519

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/b/binsider.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Binsider < Formula
22
desc "Analyzes ELF binaries"
33
homepage "https://binsider.dev/"
4-
url "https://github.com/orhun/binsider/archive/refs/tags/v0.2.1.tar.gz"
5-
sha256 "a3bc10379677b19656436924f478798f205b371bc703feab938c1b2512f39500"
4+
url "https://github.com/orhun/binsider/archive/refs/tags/v0.3.0.tar.gz"
5+
sha256 "af3b7ac468a5407324b49bbfb750c7426e7d3f08e598195e6a416f10a89afd57"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/orhun/binsider.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a9977fd80586260eecc064cad2aff56041d5d62dda1c06e16c6ac65f7f8734f9"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c11ab382fd297958dded8d9685f67fe756a24d97f528330dfae16a42d7a73dd"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "60f9f1ceef1fdc6d373fec4c8b36997e5914f1ff8e0679293fcef4cc5a2be2c2"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "761e347994471b3ce157f8b2ab46a4e3e143b529d6578b4585e1c3b593adf1f2"
14-
sha256 cellar: :any_skip_relocation, sonoma: "b2902341e9a85d24a8a33a19f1da3d9f2512e20400b3b68eabba48fe2cce994e"
15-
sha256 cellar: :any_skip_relocation, ventura: "a0be7f487c12b713227182a95cfd71fa74c8861c845f51af597402fdb2c85aad"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "510fed2e6a9eeac3beaeb9ddd8e8446b5fe7188993bbd907746c864be9c33721"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "805569e73c84fb8455ce5125dcc9e188404c48ca88538917c82b5e4994c1258d"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "6c28eed38febff2f361d0d6870494fb32b828af9ec51433642207d9404b49486"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb32ec3ceff5982cefdc95a64a05d89b5c195aaa7038804fb382a1adac1bc2d7"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f688b062810c34a518b0cc54d72139f6b70a99af03b6c5cd9fcddb9f7f4bf72c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "8c47742b904e6d87223592d2ea5a857d3e8165e7acab512e774cc7f2d26e1a6b"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "bf1abc2334e0307006f469d8e66fd09085811c8bb44f4190c1a5041f50d0027e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "27c4f8c3d337a688a1b964ff07c8207d4105aae018bd820b0f4de8c44cafc016"
1816
end
1917

2018
depends_on "rust" => :build

0 commit comments

Comments
 (0)