|
1 | 1 | class Sendme < Formula
|
2 | 2 | desc "Tool to send files and directories, based on iroh"
|
3 | 3 | homepage "https://iroh.computer/sendme"
|
4 |
| - url "https://github.com/n0-computer/sendme/archive/refs/tags/v0.20.0.tar.gz" |
5 |
| - sha256 "1d69c1132e6da654f03a4b0ee57f47c1c67c99a05cc411d0198c75f560a129e2" |
| 4 | + url "https://github.com/n0-computer/sendme/archive/refs/tags/v0.21.0.tar.gz" |
| 5 | + sha256 "52cd84b40df4c7af87cbe82de5bec22d536cd63e98cbb457a811495d38366905" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/n0-computer/sendme.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "009742856c7989e0c079dc07f8dd8e29cde7d090758b79439b77df5e5348c12d" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "35e189943605eee575b0ddb7eea8a2b786ff73702b48f859751cc8bd28e5f6f6" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "20920b258f088a7e190b751d0de305c0b52a5a60abc348d088202fabaf11c55c" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "500c4f0987b1dd5fa6269f2a6b525f10f1a0ef09ce47316d7b4940c7069a60f5" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "b6b8cb416cb23b3ab863d81ab788e582e76ddfbf0510f9db7d069d8d33c551ca" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "5a1f013adf0db044df5de27999423c80d5edbb6926c8d7401f33d5ff7f21e10b" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4679a0475979780347d178544fde7bdef2aa5e490875de18a0c5fe121409c7db" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2719a62028c580da671dd3c34ac3330372322e08e7b4b57ca7761bb6978c010b" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "0f49c00a5686ea5e85396208be853f9968e7ec93b114e3146a7bab34c6266eec" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "feb8fb14f4b3459deecffba1cdadd37952f92277f1ee837d022966f2b8d389ac" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "945027cb242cdc3146c47b821aa835b6b38b1f4db605a05016cb6af810f8e0a0" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "a322697c43d2eea6e76604b8da6f0481b4dec3f86f268edcd6b4053f0dbffce8" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "rust" => :build
|
|
0 commit comments