Skip to content

Commit

Permalink
Merge pull request #181783 from Homebrew/bump-capstone-5.0.3
Browse files Browse the repository at this point in the history
capstone 5.0.3
  • Loading branch information
BrewTestBot authored Aug 20, 2024
2 parents 2a92cc0 + 60b48f3 commit a052ed3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/capstone.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Capstone < Formula
desc "Multi-platform, multi-architecture disassembly framework"
homepage "https://www.capstone-engine.org/"
url "https://github.com/capstone-engine/capstone/archive/refs/tags/5.0.2.tar.gz"
sha256 "9d0be727cc942075a1696f576b88918eb0daf9db7a02f563f0c4e51a439a611d"
url "https://github.com/capstone-engine/capstone/archive/refs/tags/5.0.3.tar.gz"
sha256 "3970c63ca1f8755f2c8e69b41432b710ff634f1b45ee4e5351defec4ec8e1753"
license "BSD-3-Clause"
head "https://github.com/capstone-engine/capstone.git", branch: "next"

bottle do
sha256 cellar: :any, arm64_sonoma: "440ca7a956e7be0241c97d261d75d84dcd548e8882c808ddbcf2a36ac7a25a96"
sha256 cellar: :any, arm64_ventura: "5f236cbf187429a9dc315def243ef5cb13e34b8d12dace1410f42423c169beb8"
sha256 cellar: :any, arm64_monterey: "7a1544ddc7e39568a481979d63c2d2d00e354557d447cfd16febced5408d93da"
sha256 cellar: :any, sonoma: "113cd8ec975f07a3f5cb12daee9341fbf034c1ab716e87a45643efce720ea6d6"
sha256 cellar: :any, ventura: "98ef5274bbfe7d46a933f8ebd6ddfef30f6496055e425ffe03e7ce980b62959b"
sha256 cellar: :any, monterey: "d95a78640b9e1e367ace1930135ad0eed93f2a66f620941c19362f96af67718a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7862a6aa940dca85446ae3ab2bf4a39206644f85e58aa7d3a74403548f9be88d"
sha256 cellar: :any, arm64_sonoma: "2c1c08af469f0307469b70ff6c277d5971495db3a8c7ae38c98bd2c70745acbb"
sha256 cellar: :any, arm64_ventura: "8960b1111e9a59597c9c50a6b7ec3cfcfbc5e845d28bb2f42507a2d7bb108a71"
sha256 cellar: :any, arm64_monterey: "9fadfcd6aa4f0a077472715e2c9cd8da5e64c47d4e025a944525e70835619fbb"
sha256 cellar: :any, sonoma: "87442182a186180fa0a4a8bdf3eef0acff55cd732001b191a83f032701520ca9"
sha256 cellar: :any, ventura: "bcc3c9288b93bf10c8c10a08352bba47767bf1ffe147c9a6a5bb6e8567fb15de"
sha256 cellar: :any, monterey: "eedc593b4cd8ff6baee45009248224d9a227abef8d4db98db868a42e5ae4c49d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6d8ed2e019394daca38715f2c7ab67fc2076c54aeb40e0a4d048d798ba0c51ba"
end

on_macos do
Expand Down

0 comments on commit a052ed3

Please sign in to comment.