diff --git a/Formula/c/croc.rb b/Formula/c/croc.rb index b9d6e305b4a2f..53c4c098bd9bc 100644 --- a/Formula/c/croc.rb +++ b/Formula/c/croc.rb @@ -1,18 +1,18 @@ 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.1.0.tar.gz" - sha256 "0968f28c0d46ff181173ae1613aea5c55757384e3c1358917f78bf0ce595d151" + url "https://github.com/schollz/croc/archive/refs/tags/v10.1.1.tar.gz" + sha256 "7351abed3bb509e6c13f1a9d8c38662dcafc29f8b1e123127e8ee75e7eb0719b" license "MIT" head "https://github.com/schollz/croc.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "19876b54aad244fed6c8558efa6c1f9263bbbaf0efd58e88673c7acbae9e2844" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "19876b54aad244fed6c8558efa6c1f9263bbbaf0efd58e88673c7acbae9e2844" - sha256 cellar: :any_skip_relocation, arm64_ventura: "19876b54aad244fed6c8558efa6c1f9263bbbaf0efd58e88673c7acbae9e2844" - sha256 cellar: :any_skip_relocation, sonoma: "c2fbf66123103439fdd8322b56f2b30b67512ef79ffb497b991092e4126cdceb" - sha256 cellar: :any_skip_relocation, ventura: "c2fbf66123103439fdd8322b56f2b30b67512ef79ffb497b991092e4126cdceb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "86a0309d1f4be5af5d90f5509875bb4d9856a7f06ca1945ff81f85142ca7cd72" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "17a360ff63213fa051b8fc8774cbdb7be8ae0ef19db5ad03ba4671a17e6f4148" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "17a360ff63213fa051b8fc8774cbdb7be8ae0ef19db5ad03ba4671a17e6f4148" + sha256 cellar: :any_skip_relocation, arm64_ventura: "17a360ff63213fa051b8fc8774cbdb7be8ae0ef19db5ad03ba4671a17e6f4148" + sha256 cellar: :any_skip_relocation, sonoma: "1b8f459fdacf8b2d710b8fcccb66c5274965146728f2c75a6e7d51bb1a987a1b" + sha256 cellar: :any_skip_relocation, ventura: "1b8f459fdacf8b2d710b8fcccb66c5274965146728f2c75a6e7d51bb1a987a1b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e3e81ce6772047bf1fda9c749c57d96292b717d83ea4c19e40087021f080d7e1" end depends_on "go" => :build