Skip to content

Commit

Permalink
Merge pull request #199373 from Homebrew/bump-croc-10.1.1
Browse files Browse the repository at this point in the history
croc 10.1.1
  • Loading branch information
BrewTestBot authored Nov 28, 2024
2 parents fc056f0 + 40654b7 commit 224a5af
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/c/croc.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 224a5af

Please sign in to comment.