|
1 | 1 | class Talosctl < Formula
|
2 | 2 | desc "CLI for out-of-band management of Kubernetes nodes created by Talos"
|
3 | 3 | homepage "https://www.talos.dev/"
|
4 |
| - url "https://github.com/siderolabs/talos/archive/refs/tags/v1.10.0.tar.gz" |
5 |
| - sha256 "9c97367ea8635e9cf6610868207c7f103c2f9239a7445fe42001ad3bea5ca237" |
| 4 | + url "https://github.com/siderolabs/talos/archive/refs/tags/v1.10.1.tar.gz" |
| 5 | + sha256 "d7bcd4a43a01c8608468a48719cd1c2a3ea9b9e8456f637378aaa6fd79723dab" |
6 | 6 | license "MPL-2.0"
|
7 | 7 | head "https://github.com/siderolabs/talos.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa9bf918cbc69277e3bb04a613ddeb78192e145611f9ff6eca08a7fb2ea54049" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ed6616ed7f0e16dbf476552eda434d18957006b0b41d6a47429b5b849796385" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "d078f8db74b7833b06b60d72b3b595259c90f4f6a34790ca6a34abe10f0cd774" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "ace7fe79146cef2742ba52c99ecf3c5b9b4d7b8ea07b947be911fe1575696c51" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "5dc2169e88aef305c871614c64a1b08e3f5764d141d617daf6ae37d3e51929ed" |
15 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "5b91e8de125d75d7c5c7c601cafafffc2e4822735c71891cc5a3cdd8af65f778" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "427d226af06ca564f1ea56039bfa60bbc5291bcc1cd9168c00e39610fa528205" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0fafaa85b25329bdd416b26a2b1663908eda26b2fb76b49564315223e1049421" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "586e1e8e8c4e2205c9a05705611c13712711d6c542be5ba55b871043932773eb" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "8c968b2a4dec4894b325aeb1c0778a1542d9f407268011a3449badff21be143f" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "56266f4c294fcba15af2963f1ea7347ecf9e7273119cfa3cc101e750bde71507" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "611148d827fda896746b585baa2e8772232327e3f2e8b015bf2e462f8946f8d6" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "e1c97980d67bc558407c29f2f550c7fe2ceb22a2ea9104fcd0db678118d14817" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "275da0c1f4e7889211ac1257f1af77a2b64fdd6bc27baba36eecaa734dda04d6" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "go" => :build
|
|
0 commit comments