From 63bb3acc47a504c02834c9f073fe03f948d44946 Mon Sep 17 00:00:00 2001 From: Jonas Jelonek Date: Fri, 14 Jun 2024 18:39:55 +0200 Subject: [PATCH 1/2] croc: manually update to 10.0.8 manually update croc formula to 10.0.8. Since last update, where the upstream released the version with a wrong format, auto bump seems to be broken. Signed-off-by: Jonas Jelonek --- Formula/c/croc.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/c/croc.rb b/Formula/c/croc.rb index fa89177fd036f..e8e5a88d5012d 100644 --- a/Formula/c/croc.rb +++ b/Formula/c/croc.rb @@ -1,8 +1,8 @@ class Croc < Formula desc "Securely send things from one computer to another" homepage "https://github.com/schollz/croc" - url "https://github.com/schollz/croc/archive/refs/tags/v10.04.tar.gz" - sha256 "c9bbfcd2503c8d5c33ec91b0a628b116be71ac4114ad17b6afa3aed99424caf5" + url "https://github.com/schollz/croc/archive/refs/tags/v10.0.8.tar.gz" + sha256 "9dde7d5114b4466a7351f9117e5ffc0b2866e5dae5d094bd1bc65c83787528c1" license "MIT" head "https://github.com/schollz/croc.git", branch: "master" @@ -24,7 +24,7 @@ def install test do # As of https://github.com/schollz/croc/pull/701 an alternate method is used to provide the secret code - ENV["CROC_SECRET"] = "homebrew-test" if OS.linux? + ENV["CROC_SECRET"] = "homebrew-test" port=free_port From a2180fa4c28a3d87b6a5740e8cf8f0e6d0b5fc8f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 15 Jun 2024 03:01:27 +0000 Subject: [PATCH 2/2] croc: update 10.0.8 bottle. --- Formula/c/croc.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/c/croc.rb b/Formula/c/croc.rb index e8e5a88d5012d..c1846850f618e 100644 --- a/Formula/c/croc.rb +++ b/Formula/c/croc.rb @@ -7,13 +7,13 @@ class Croc < Formula head "https://github.com/schollz/croc.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a5b7727ba65945f031aafb82104fcf18b7c65ec6a94f294de0f822a12dcd7e0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c781a054a1389e636ea799ff50ffd4ebd882f3d8af2d3b03d7c92026048ff868" - sha256 cellar: :any_skip_relocation, arm64_monterey: "7ddcac0d12b5e674979dde035bcb583244c5229288eb9f312fe428c8da92aae2" - sha256 cellar: :any_skip_relocation, sonoma: "94c33be069af802300f9435c13436a4161dc441324a28a26ea2be0024244768c" - sha256 cellar: :any_skip_relocation, ventura: "479c6a1de8bbc3205ab467c99b133dee1a30dd90bc45088ba66c0160ddf312f2" - sha256 cellar: :any_skip_relocation, monterey: "d1f5466607237976735e780978e22e511690be374d9495ae415da411c1e14237" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ffd37e0589c5351a654d10e0679d1fd6948cdd6ca02ad789e143bc12e7593cae" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "94cd9d6bb7e6e5d8ce7957e8489503eb30fb551657351202813f35e99e8ec565" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6464db4661d51d7796614dd8231f97d5d72d4ee3e7ba925f186d69249f11c629" + sha256 cellar: :any_skip_relocation, arm64_monterey: "62f784def8fc0f0a4a501ed9120a0050450ec82a268818a9dd53986d75250df2" + sha256 cellar: :any_skip_relocation, sonoma: "32fc4fb3a0f39f4f48a840de1a8db1f2e9a646e43f7d1c0834addd42d21d1d7e" + sha256 cellar: :any_skip_relocation, ventura: "2ebd22a571a951ced295d7ee0d3e07512eaad282455af23881381a398a920f52" + sha256 cellar: :any_skip_relocation, monterey: "aa7956e2ab8163264a6213b06dc4271ce2f320775e4edddf2bce84a0a363ce36" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ce55fc88d3a97b13d351441b6553d187851d686f44021e972515ad5d8c19842f" end depends_on "go" => :build