|
1 | 1 | class Ryelang < Formula |
2 | 2 | desc "Rye is a homoiconic programming language focused on fluid expressions" |
3 | 3 | homepage "https://ryelang.org/" |
4 | | - url "https://github.com/refaktor/rye/archive/refs/tags/v0.0.25.tar.gz" |
5 | | - sha256 "7c0e1ca1d1cfb93490dedf4e5aa8c4d16bb6ee88a2db1269802b2657dc6fba83" |
| 4 | + url "https://github.com/refaktor/rye/archive/refs/tags/v0.0.26.tar.gz" |
| 5 | + sha256 "ecfad63fd8901bbfc12374998fc603037ad32e84a6f2383ad17259db3415993d" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/refaktor/rye.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3230b9f0f0f31157db7acc03a9c6628691830667333e0a1c84ba1e53ac4d058a" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5af550f7887cdd71b3be62dcc806bf33959f677224c538ba33642b416ae4be18" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "0ee7a626d912268c6695c8f74470eaa1b5b6ada25bc90e808f9d7da0d5666c5c" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "228cca683e2a7212e2d755a1dfc617415daa46d50b9d04c8bdd1f546a82b6e0f" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "536cb26f2aa775d90ee519780be32c7c84248d85445a2751ff1fe2e5fbce684f" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "75321650d43bb28083e9d56b5b849aa5a5e964ae4188d5640d9ca68c5a0d27ad" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1b1141d3842e28f41dfcb7db3e1be364526970f939265c6fabd427af40deab2" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7250821b862b9de318e0184ec379ddb6cf7c568446e349f9a8c2da18716dfa1" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "06500afb25333d7d95ec1bc631815ab5fd98e51b5d0d62e7ecc8ce366d3b3f66" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "51028f6d219b369c1220f9041073e8aa0c09556fa1aac0996995fe41bfbb9055" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "5451f0f7f8017f6e83756ee68ed8558723c942ed55072b598b5d51e3ce213c89" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "e29bd1fd25f060102bd229075e5c8de1d9e71d8bab77f5f6106c16a7a51fb5b4" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments