From 07aa9c549776f62009dbc12b6749c9d047ba0f00 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 17 Jan 2025 04:51:17 +0000 Subject: [PATCH] capstone 5.0.5 --- 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 c9fce1ad68f29..a29575f9d7f69 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.5.tar.gz" + sha256 "3bfd3e7085fbf0fab75fb1454067bf734bb0bebe9b670af7ce775192209348e9" license "BSD-3-Clause" head "https://github.com/capstone-engine/capstone.git", branch: "next"