|
1 | 1 | class Ov < Formula |
2 | 2 | desc "Feature-rich terminal-based text viewer" |
3 | 3 | homepage "https://noborus.github.io/ov/" |
4 | | - url "https://github.com/noborus/ov/archive/refs/tags/v0.45.0.tar.gz" |
5 | | - sha256 "bffde991c53478d8aaeb871f30c21d50cbd4426432666bd95d0978df03f54229" |
| 4 | + url "https://github.com/noborus/ov/archive/refs/tags/v0.45.1.tar.gz" |
| 5 | + sha256 "dc1fef378297f3bc57f4fcd2a502f389bdcaf4266601a1a3eb790e74f98542a5" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/noborus/ov.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "0b4bdc2761aeb2e736d572fdf1fa29fd9b4491364d0e22e2e2fd380415ea3f15" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0b4bdc2761aeb2e736d572fdf1fa29fd9b4491364d0e22e2e2fd380415ea3f15" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b4bdc2761aeb2e736d572fdf1fa29fd9b4491364d0e22e2e2fd380415ea3f15" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "42b9f2c4ccad56f26a8af98a51ec509a047012d1fbec7880ddba19d93922f66b" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "9a139cc51f7510d98c8e1ec34b6282f3d9533728343a19ea3d9efc893683e5f5" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "20521e472b01271a6a83ed9e231690b2f2d3e3f19fbe09d355547379cbc2610a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "0a982f640b75ab34dc7f281c27a6f58ff9b04009de6db89d0699b3a3936d4175" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a982f640b75ab34dc7f281c27a6f58ff9b04009de6db89d0699b3a3936d4175" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a982f640b75ab34dc7f281c27a6f58ff9b04009de6db89d0699b3a3936d4175" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "ed9f5667d23889af26f942c8c2ac43c9b651b625dc851d3e59b4e7bbf281f245" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "22918d7a8cce5e7647d877760736408b5a53f86f5ea4e14427964dc883788902" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "41ea79b3ac8fcd55d7c514416d22d7731b8ebb177f0935615c4c680326697dd8" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments