Skip to content

Commit 6655026

Browse files
authored
Merge pull request #275691 from Homebrew/bump-nvimpager-0.14.0
nvimpager 0.14.0
2 parents 17f4f4b + 1f4801b commit 6655026

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

Formula/n/nvimpager.rb

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
class Nvimpager < Formula
22
desc "Use NeoVim as a pager to view manpages, diffs, etc."
33
homepage "https://github.com/lucc/nvimpager"
4-
url "https://github.com/lucc/nvimpager/archive/refs/tags/v0.13.0.tar.gz"
5-
sha256 "8255c39697b213cb34dfd573d90c27db7f61180d4a12f640ef6e7f313e525241"
4+
url "https://github.com/lucc/nvimpager/archive/refs/tags/v0.14.0.tar.gz"
5+
sha256 "001c49098690e4baa6857557b9edc564433825a1947ec368a1e52d63aa1715a3"
66
license "BSD-2-Clause"
77
head "https://github.com/lucc/nvimpager.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "4814f2fa4abc9b5b3388de2a29d97ef491f487573c45295500fece9831fc12d4"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e64c6a58d03492445e9ea60bcd47d617310e062ed4a2039824a25050dcda0c9"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4d2255736ecfd77f610057c33437ac6422f8029e51ab588da789901047d950c5"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "247acb9bf098f61319d45b3c3ecd0ade4338506bf189f57e4a0e171b0d3ebdf0"
14-
sha256 cellar: :any_skip_relocation, arm64_monterey: "73a19ab94071d95e746c648c8d5797dcccbdaf46cb0773026b72e0d13a3f660f"
15-
sha256 cellar: :any_skip_relocation, sonoma: "1e5fabfc49fc98011785dfcc6f26a87eaac964f2b4817efc8f1075ca2d8f9e26"
16-
sha256 cellar: :any_skip_relocation, ventura: "a1e02ea48f0923ae29d88f732759b2d9b8d848db0edbbb3db779ea630aae6688"
17-
sha256 cellar: :any_skip_relocation, monterey: "bdd6f62a23532d21a0350765d7074a9fadf91c94f91941fb4a953bd11165041d"
18-
sha256 cellar: :any_skip_relocation, arm64_linux: "4814f2fa4abc9b5b3388de2a29d97ef491f487573c45295500fece9831fc12d4"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e843773be2cca6cb16f7bcd029b6f83a8fcfb0b9578ca6f8bf009b43255c9f74"
10+
sha256 cellar: :any_skip_relocation, all: "32a91a8517cf1e7653aae356da102e227e4507166e77e14bf06d7071de612998"
2011
end
2112

2213
depends_on "scdoc" => :build

0 commit comments

Comments
 (0)