From bfa5cf0c8efde4b292fb824622bd0a0aaa5895ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 8 Jan 2025 02:18:37 +0000 Subject: [PATCH 1/2] crow 1.2.1 --- Formula/c/crow.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/crow.rb b/Formula/c/crow.rb index 24b60c5056644..03c062d6efd97 100644 --- a/Formula/c/crow.rb +++ b/Formula/c/crow.rb @@ -1,8 +1,8 @@ class Crow < Formula desc "Fast and Easy to use microframework for the web" homepage "https://crowcpp.org" - url "https://github.com/CrowCpp/Crow/archive/refs/tags/v1.2.0.tar.gz" - sha256 "c80d0b23c6a20f8aa6fe776669dc8a9fb984046891d2f70bfc0539d16998164b" + url "https://github.com/CrowCpp/Crow/archive/refs/tags/v1.2.1.tar.gz" + sha256 "552f2e447adf70ed4c667d6f82db53dfc70710b50431004ab1405f5b53f04c30" license "BSD-3-Clause" head "https://github.com/CrowCpp/Crow.git", branch: "master" From da50b7bd6dac764694d61ac3c020a2fb78d3a6a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 11 Jan 2025 19:48:01 +0000 Subject: [PATCH 2/2] crow: update 1.2.1 bottle. --- Formula/c/crow.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/c/crow.rb b/Formula/c/crow.rb index 03c062d6efd97..dff60f50e943c 100644 --- a/Formula/c/crow.rb +++ b/Formula/c/crow.rb @@ -7,7 +7,7 @@ class Crow < Formula head "https://github.com/CrowCpp/Crow.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "591303e4c68a602b25e69d055ddd5c8ebc2e273ce056c992d7b8bdad1520d068" + sha256 cellar: :any_skip_relocation, all: "9a24a5efe8bdb0ffab3bf58391375a00c5c5868217cd7d52bbf34066baa39f69" end depends_on "cmake" => :build