From c9fbe86fa27ac5560b009903515df4dd9c1ed03c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 16 Jan 2025 04:50:47 +0000 Subject: [PATCH] capstone 5.0.4 --- Formula/c/capstone.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/capstone.rb b/Formula/c/capstone.rb index c9fce1ad68f2..d340feaf2ce5 100644 --- a/Formula/c/capstone.rb +++ b/Formula/c/capstone.rb @@ -1,8 +1,8 @@ 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.3.tar.gz" - sha256 "3970c63ca1f8755f2c8e69b41432b710ff634f1b45ee4e5351defec4ec8e1753" + url "https://github.com/capstone-engine/capstone/archive/refs/tags/5.0.4.tar.gz" + sha256 "9f882af550747307d61dba0b741c714dfa5a659997362b4c61ad1e505be0ec42" license "BSD-3-Clause" head "https://github.com/capstone-engine/capstone.git", branch: "next"