We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e2410 commit 74db649Copy full SHA for 74db649
Formula/c/croc.rb
@@ -1,10 +1,10 @@
1
class Croc < Formula
2
desc "Securely send things from one computer to another"
3
homepage "https://github.com/schollz/croc"
4
- url "https://github.com/schollz/croc/archive/refs/tags/v10.2.4.tar.gz"
5
- sha256 "c259c07b9da3ea39726b0c5e3f78ae66e858e1379bdb11bef93d31298e68f5fe"
+ url "https://github.com/schollz/croc/archive/refs/tags/v10.2.5.tar.gz"
+ sha256 "993e0bb72e79c5168d78db5c14d84f69beeab819ab4d06f4d98fcddd23487207"
6
license "MIT"
7
- head "https://github.com/schollz/croc.git", branch: "master"
+ head "https://github.com/schollz/croc.git", branch: "main"
8
9
bottle do
10
sha256 cellar: :any_skip_relocation, arm64_tahoe: "80ec2c69c8aaeeb66158ddf2e9d2578c2cd2c49964a8ed2f6dba43acf9605035"
0 commit comments