Skip to content

Commit 786b1ab

Browse files
authored
Merge pull request #228060 from Homebrew/bump-ov-0.42.0
ov 0.42.0
2 parents 37a1af5 + 7f1bfda commit 786b1ab

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.41.0.tar.gz"
5-
sha256 "5c3997c02770ff12e51abaabb60629869692653ae4ee5e5a015f3f28c070b48d"
4+
url "https://github.com/noborus/ov/archive/refs/tags/v0.42.0.tar.gz"
5+
sha256 "0532e0ca807dfcf6d77837117f90861051ab7cbecac9c6aa815294223cd1444c"
66
license "MIT"
77
head "https://github.com/noborus/ov.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "852ebaf323e65667877febffb2bd7db3c62593dd70d31d2e91a6b405011d5b31"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "852ebaf323e65667877febffb2bd7db3c62593dd70d31d2e91a6b405011d5b31"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "852ebaf323e65667877febffb2bd7db3c62593dd70d31d2e91a6b405011d5b31"
13-
sha256 cellar: :any_skip_relocation, sonoma: "46c6f4f5673168790ef28b34fc7f796a3eba3fdd4bc3046bb505d7b2d055e556"
14-
sha256 cellar: :any_skip_relocation, ventura: "46c6f4f5673168790ef28b34fc7f796a3eba3fdd4bc3046bb505d7b2d055e556"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2bfd9460de79d868cf5821be230eee996b6910fdf997dec955dc0501e6464496"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "06f375da38ba3f94a898811a6b9584e89a59b6cc222399f356b8d7696a9e5b0e"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "06f375da38ba3f94a898811a6b9584e89a59b6cc222399f356b8d7696a9e5b0e"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "06f375da38ba3f94a898811a6b9584e89a59b6cc222399f356b8d7696a9e5b0e"
13+
sha256 cellar: :any_skip_relocation, sonoma: "2be984361bb6917a66311c637a7f6feaa3af54f3e7c6eeeda7d7304f2a3d2427"
14+
sha256 cellar: :any_skip_relocation, ventura: "2be984361bb6917a66311c637a7f6feaa3af54f3e7c6eeeda7d7304f2a3d2427"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "757acfd3954824cbf99e7c7588de37b248ac32b9dcdf9042a4c6c0c0f9253b26"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)