|
1 | 1 | class Render < Formula |
2 | 2 | desc "Command-line interface for Render" |
3 | 3 | homepage "https://render.com/docs/cli" |
4 | | - url "https://github.com/render-oss/cli/archive/refs/tags/v2.4.0.tar.gz" |
5 | | - sha256 "d261865647708509e8bd32a99e3ef4cda635b38c39f23665b0f62d6a3bb81f43" |
| 4 | + url "https://github.com/render-oss/cli/archive/refs/tags/v2.4.1.tar.gz" |
| 5 | + sha256 "acf647ac56ac48033213eb192cceee2ca330513f81667a879c2da1ecf03e0145" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/render-oss/cli.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "ad634999123ee981c6ca8ce3a7b2e326e008fa1f024bc297b542accd403aabe6" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad634999123ee981c6ca8ce3a7b2e326e008fa1f024bc297b542accd403aabe6" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad634999123ee981c6ca8ce3a7b2e326e008fa1f024bc297b542accd403aabe6" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "c8badcc2deed106cda56178f9bc54b6d98b83f3d4646470af5a655d698c78639" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "159507f051f65e4d3aafab4b74963330a07116883cf9ba8efd08bda081b80ae1" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "b917682544926b65f8bc58229a2b76303c73768e0dc9a2ed7749dfb4c4a6f249" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b917682544926b65f8bc58229a2b76303c73768e0dc9a2ed7749dfb4c4a6f249" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b917682544926b65f8bc58229a2b76303c73768e0dc9a2ed7749dfb4c4a6f249" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "b46ad525207ece7036e5e358023a8d836080eeceefb890b022de09042b09a7fc" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b9a147e1cd0c2ad1ce91b2207b059768536f6b3ec4af017def2412fdae7cf98f" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments