|
1 | 1 | class Croc < Formula |
2 | 2 | desc "Securely send things from one computer to another" |
3 | 3 | homepage "https://github.com/schollz/croc" |
4 | | - url "https://github.com/schollz/croc/archive/refs/tags/v10.0.13.tar.gz" |
5 | | - sha256 "69a7e60811b97d3f6e2ceac4d24fc52596ec8982039811fb5894ef78f2dedc77" |
| 4 | + url "https://github.com/schollz/croc/archive/refs/tags/v10.1.0.tar.gz" |
| 5 | + sha256 "0968f28c0d46ff181173ae1613aea5c55757384e3c1358917f78bf0ce595d151" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/schollz/croc.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ef28473d93b4bfe50c2ce6013b60c33fc8510acce05ec64ba2580e4d41a08db8" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef28473d93b4bfe50c2ce6013b60c33fc8510acce05ec64ba2580e4d41a08db8" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "ef28473d93b4bfe50c2ce6013b60c33fc8510acce05ec64ba2580e4d41a08db8" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "48850c376a5447d6607157dfb575429439fc28c1c962c3cc64613683b178b27e" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "48850c376a5447d6607157dfb575429439fc28c1c962c3cc64613683b178b27e" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "a478aff4e3ea88bc65d7c48e46a13d87683d8cbd0cca0491d68e02da2eae57ac" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "19876b54aad244fed6c8558efa6c1f9263bbbaf0efd58e88673c7acbae9e2844" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "19876b54aad244fed6c8558efa6c1f9263bbbaf0efd58e88673c7acbae9e2844" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "19876b54aad244fed6c8558efa6c1f9263bbbaf0efd58e88673c7acbae9e2844" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "c2fbf66123103439fdd8322b56f2b30b67512ef79ffb497b991092e4126cdceb" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "c2fbf66123103439fdd8322b56f2b30b67512ef79ffb497b991092e4126cdceb" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "86a0309d1f4be5af5d90f5509875bb4d9856a7f06ca1945ff81f85142ca7cd72" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments