|
1 | 1 | class Ox < Formula |
2 | 2 | desc "Independent Rust text editor that runs in your terminal" |
3 | 3 | homepage "https://github.com/curlpipe/ox" |
4 | | - url "https://github.com/curlpipe/ox/archive/refs/tags/0.6.10.tar.gz" |
5 | | - sha256 "7b8e02c28976606cc7f40fd7fed13ea05a93f4fb1b6d9fb3d1a91f28cf94e7cc" |
| 4 | + url "https://github.com/curlpipe/ox/archive/refs/tags/0.7.0.tar.gz" |
| 5 | + sha256 "921b1210f9b750f10480f0e5b9ed761d9cea063aedc9eb59e66a04664e04eaa1" |
6 | 6 | license "GPL-2.0-only" |
7 | 7 | head "https://github.com/curlpipe/ox.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f1519d0628c46abdbdc4c6bfc5e6ce711055f91c389316de5cc47b9e8420c90" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7dea6217d6edeb4477d77722d0f00273c32e8be7ea55fd5434c4cfe9235e154" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "cadfaa9cdd47a136d9a30c6dd1f86275323525fa97f82d71dae0528441bd2d1c" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "e29b6bfaa445ecc75abdb949640e03219fa6d3699a4dbd7646220447754622d7" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "430a2e354c730c8115644636a6c169983155f3081c910c02323dfec0fa57652e" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "f48fcb62c454c2bda3a20d9682f11fc3676a16a8ba71d719d66382e52be07eea" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d6a09d83cfcd0ab82baba4cd92d7f53c7a73c1b969f1491e74b8d6b0f90c15dd" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "158062947457fd64f569cad4160116871a6a6476aee46c7d09993bc580fad5c4" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "ab423897c4ea300f3716a99ae578d88c49559b568be78808e44d4847cf06aac2" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "1149cf78c2b1de630a6fc968dddf4241e74a747ea94f9dfc143f940e9dac0329" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "601368f888c7c58e175a745f95f1429a9b298b85ed2afe2440b7caad327244fa" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "e2ba179e1fb335f6ef421444d3d321d0bfeb7bc7eec2844ec4e6d9b2f2620824" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments