diff --git a/Formula/c/codesnap.rb b/Formula/c/codesnap.rb index dced9a1c092af..b084beb666bf6 100644 --- a/Formula/c/codesnap.rb +++ b/Formula/c/codesnap.rb @@ -1,18 +1,18 @@ class Codesnap < Formula desc "Generates code snapshots in various formats" homepage "https://github.com/mistricky/CodeSnap" - url "https://github.com/mistricky/CodeSnap/archive/refs/tags/v0.9.0.tar.gz" - sha256 "035525441620da796283bef6ed2b12ea169be03238685b58d6a6da06ac28b28d" + url "https://github.com/mistricky/CodeSnap/archive/refs/tags/v0.10.1.tar.gz" + sha256 "df25de3eb35c597c9de5f6e7bff1b9dceaca660f456f484e7ff4536ba3a62fb1" license "MIT" head "https://github.com/mistricky/CodeSnap.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3e26a5ca050ffefe64018abbbe080d72f8060f1d6f7a08200be6c8c9a4a9b9c9" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b89908c56f9855958235bdec0cdee94a470aa0311d0af58c8ee51b1d6b8d75da" - sha256 cellar: :any_skip_relocation, arm64_ventura: "42a06f4f6ee199187a2ed1de2046d7a7fd9c8ebce92822a0af32a477a1efb8ce" - sha256 cellar: :any_skip_relocation, sonoma: "b00e63c3389865a4358f688d761398e1fdc68565c921c78b67a5685dea0c9bcf" - sha256 cellar: :any_skip_relocation, ventura: "dae89c29b118b02e8f6df4a1d6f9d67f6984f551585dffa8d359c88dfe27e347" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9497eeaab1e34c68d56eb2611535bbec29042f4f5a6be17a4382dcc6fb5a1327" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a553c3486e3301d016f8434eef2668c3d6f57c65657f8bc1fb8a4820b95b7565" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "da7a4f8c3f8b1b6a560a14cbf7ef1e36c22349237fd7bb6b13b9ad586353cb6a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "abb10267bf4aec39d5e31cf46ee7cb8381ea69ead67f2957dac58bfce40ccb28" + sha256 cellar: :any_skip_relocation, sonoma: "dd90fdc0df376687700e070e9c252bfcf67631f08c33e5f057166b1743ee71da" + sha256 cellar: :any_skip_relocation, ventura: "5183b945969dc61342854b13b668630327ef23bdc79841b6045124d1299509c6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7f9130270486130b3eee8ed12ef82da2364763b71940375fb54402f67c0cb113" end depends_on "rust" => :build