Skip to content

Commit 72a5d20

Browse files
authored
Merge pull request #250123 from walles/bump-moor-2.6.0
moor 2.6.0
2 parents 2e4790a + 24aae1d commit 72a5d20

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/moor.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
class Moor < Formula
22
desc "Nice to use pager for humans"
33
homepage "https://github.com/walles/moor"
4-
url "https://github.com/walles/moor/archive/refs/tags/v2.5.2.tar.gz"
5-
sha256 "99f4610298e015aeb98de3521d724e840efb24f2e7514fae1d6a8ce8f7ed7c0b"
4+
url "https://github.com/walles/moor/archive/refs/tags/v2.6.0.tar.gz"
5+
sha256 "e3f245d01edc1ec1de0c10083e2c818982e6d991a21063aed88064873f3123f0"
66
license "BSD-2-Clause"
77
head "https://github.com/walles/moor.git", branch: "master"
88

99
no_autobump! because: :bumped_by_upstream
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "2b82c06f771c38a1b3f39d9f31eca15a2187d51c8682915611b82024a7502fa4"
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b82c06f771c38a1b3f39d9f31eca15a2187d51c8682915611b82024a7502fa4"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b82c06f771c38a1b3f39d9f31eca15a2187d51c8682915611b82024a7502fa4"
15-
sha256 cellar: :any_skip_relocation, sonoma: "f3078bf5d5add1fd6f30ac6004f67aafe5d86cdc9a2b54478dc2b9e9aefa6b09"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "b9ea35c6f99de3ff3c913b76b71be9a51df607055bd8451b76641b5144fb6fde"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f2abf24387d33debd945fb68733f9e3ab353ed7730ab30f6e2aee9d1eaa4af3d"
12+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9d37476a0b6b0cff1cff3ad26cc6edddd402e7606f12f0041d0cee4dd807b521"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d37476a0b6b0cff1cff3ad26cc6edddd402e7606f12f0041d0cee4dd807b521"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d37476a0b6b0cff1cff3ad26cc6edddd402e7606f12f0041d0cee4dd807b521"
15+
sha256 cellar: :any_skip_relocation, sonoma: "6cdecca86cd958d445ffa707b9af33d1b3802a7828b487cd6e8a42457428d21b"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "44202aa681675085279d61a41d2707dd4e7b553eb8de8000ba665d595e1d9e47"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "900c44b62c7f2b49590cded2068fe3f81c73312f639c79e3f8ec3215dc1356c0"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)