diff --git a/Formula/c/chainsaw.rb b/Formula/c/chainsaw.rb index 1ff8d7148e31d..c0c9e5a8cb13f 100644 --- a/Formula/c/chainsaw.rb +++ b/Formula/c/chainsaw.rb @@ -2,17 +2,18 @@ class Chainsaw < Formula desc "Rapidly Search and Hunt through Windows Forensic Artefacts" homepage "https://github.com/WithSecureLabs/chainsaw" url "https://github.com/WithSecureLabs/chainsaw/archive/refs/tags/v2.10.1.tar.gz" - sha256 "f2130aa7c4d918dd4c96461ab9860348e742e3b50ccc8d02aea92878156eaf8f" + sha256 "f2c8d6a3e7d982b8dc5fe95ba17463c1cf2bae44e61a7382bcea5151b6fa174b" license "GPL-3.0-only" head "https://github.com/WithSecureLabs/chainsaw.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b9d09b4fe258c7427adf1e267a2fbd359700f00c8247d67195c6981cc90f924d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4058b9b72d3c0dbb3511ffcf762294a5cf5219a0022023696e0d9d618ce00ff4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "31ac4b0413f89ab2e4cef5304c752dac9e277200e4ffe7785f0870f989293401" - sha256 cellar: :any_skip_relocation, sonoma: "5d252638d0b2f79103da90ad6feb0228eecf6a1ab01e89c6a55bb7d19feee78c" - sha256 cellar: :any_skip_relocation, ventura: "6e1bb72904c449a3fc87e5a18943e157db78cb66de60edea563b84a82a54737e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2dec235ca858f7e13e258c244f2b847b23f5b5de4ba7521305d1c363a174bc10" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9b250abedc99351c6ca2b240b14c039dcdc90dcc8113cfd141a83e1de484885d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1264a2c8f3583c335a8997d94e155fcee58a830dabdc0953ef5cbf2e4a2d3fe2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d48cc00e941a86157a0a39a4c8005eb62af1077d6be148d47db5a76c65f665a6" + sha256 cellar: :any_skip_relocation, sonoma: "dde31154a39a7d002493e45126c598df20baf3a7fbbc6041239d902f80be296a" + sha256 cellar: :any_skip_relocation, ventura: "4a43e20781c0bec2fa1aae67bad6c00704d3bad8116466f4ca4f2ca5afd23a9f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a207662a49807661792ef138a4f33fd5fbde24defe0a0088c35faf563f132702" end depends_on "rust" => :build