Skip to content

Commit 1baa2cf

Browse files
authored
Merge pull request #251244 from Homebrew/bump-ov-0.45.0
ov 0.45.0
2 parents 5024e67 + f8bd26a commit 1baa2cf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/ov.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Ov < Formula
22
desc "Feature-rich terminal-based text viewer"
33
homepage "https://noborus.github.io/ov/"
4-
url "https://github.com/noborus/ov/archive/refs/tags/v0.44.0.tar.gz"
5-
sha256 "87ee2f7d6477b02b5562d0da033e7a8f4f49c92fe7637c47985646c685474984"
4+
url "https://github.com/noborus/ov/archive/refs/tags/v0.45.0.tar.gz"
5+
sha256 "bffde991c53478d8aaeb871f30c21d50cbd4426432666bd95d0978df03f54229"
66
license "MIT"
77
head "https://github.com/noborus/ov.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "2596035fce4b5884d118134e4a00f02d840de1fff586146ab91483b55dc0852e"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2596035fce4b5884d118134e4a00f02d840de1fff586146ab91483b55dc0852e"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2596035fce4b5884d118134e4a00f02d840de1fff586146ab91483b55dc0852e"
13-
sha256 cellar: :any_skip_relocation, sonoma: "e0cd2fb3dec2cbd1cb19f467586795d583405730585fc5e738f6632486f9f62f"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "34b4c94c32b3d807209c8e9bd1ae2eca645c55b8e798f2fb911f70d6890c7d76"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d3d763f017f988be34d4e57a30094c388ffef927a64702356d50e4050929f6eb"
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)