Skip to content

Commit 5457aef

Browse files
authored
Merge pull request #235648 from walles/bump-moor-2.1.0
moor 2.1.0
2 parents 395d1fe + 8a9e0bb commit 5457aef

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/m/moor.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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.0.5.tar.gz"
5-
sha256 "e2282fc61ecd50fc662e900dab17713fac57498bd21bfbb5e62d7e228297ecd9"
4+
url "https://github.com/walles/moor/archive/refs/tags/v2.1.0.tar.gz"
5+
sha256 "3c09cd7a22524c77d6b7c5564688f2c8e446319eef27cbdfdcbe810a14e2ba0a"
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_sequoia: "8d86130042d47f5b4c0eb843b4c74c7de717375c332ed7335538cb3373eb144b"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d86130042d47f5b4c0eb843b4c74c7de717375c332ed7335538cb3373eb144b"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8d86130042d47f5b4c0eb843b4c74c7de717375c332ed7335538cb3373eb144b"
15-
sha256 cellar: :any_skip_relocation, sonoma: "45682912d9fad0082005eb67cb5363c14e469f1e5c48000b428914256fa315f0"
16-
sha256 cellar: :any_skip_relocation, ventura: "45682912d9fad0082005eb67cb5363c14e469f1e5c48000b428914256fa315f0"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "c4ce145a061b1719e45fd3cdc3406f5acbaf8bb578f1772cf0a30155defa8745"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b692935e43fc0d7c1f3592db024a7b99d3546c528ff57914a153d1e706fd5caf"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7b4752be3c9a58135fd052dce409a570a835c83f2e45f4b87e04085fe7f4a087"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b4752be3c9a58135fd052dce409a570a835c83f2e45f4b87e04085fe7f4a087"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7b4752be3c9a58135fd052dce409a570a835c83f2e45f4b87e04085fe7f4a087"
15+
sha256 cellar: :any_skip_relocation, sonoma: "27d65342aa46673b6ab7ba4acbe48267aca0d605b51be968e652797987c64e3c"
16+
sha256 cellar: :any_skip_relocation, ventura: "27d65342aa46673b6ab7ba4acbe48267aca0d605b51be968e652797987c64e3c"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "31c2b9def216e14ec75bb18c60a1feb32b43a325362e3f65ea7b30083ea8f8ab"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3960d082a198d986ab8cdf58df0d2ece9ebd39518a1cb70a83b66c207dcadd88"
1919
end
2020

2121
depends_on "go" => :build

0 commit comments

Comments
 (0)