Skip to content

Commit 3278c2e

Browse files
authored
Merge pull request #249636 from walles/bump-moor-2.5.2
moor 2.5.2
2 parents 3dcf512 + 971888f commit 3278c2e

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.1.tar.gz"
5-
sha256 "52b42419e565e2bc2aae0b3cbf4b4e6539e8a7daa5ba97c5384982e6fb8c2f40"
4+
url "https://github.com/walles/moor/archive/refs/tags/v2.5.2.tar.gz"
5+
sha256 "99f4610298e015aeb98de3521d724e840efb24f2e7514fae1d6a8ce8f7ed7c0b"
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: "7ac1abbbcae8cd7c3cd655474bc1dee3f4b5bba57e8dc50aaa65144f5216a31d"
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7ac1abbbcae8cd7c3cd655474bc1dee3f4b5bba57e8dc50aaa65144f5216a31d"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7ac1abbbcae8cd7c3cd655474bc1dee3f4b5bba57e8dc50aaa65144f5216a31d"
15-
sha256 cellar: :any_skip_relocation, sonoma: "e0d241aadb14970b70d9394b817cbb29c2e177561f2fb8d41d9d8d0d714da46f"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "c29446716c06ec95ff5d6259d8518ad89b483df258715a50d9dfb79bad29907f"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ef6bfaf99e30ec6e3acb277b18391d9272e64ee02a34c0437dedab08604bb7e3"
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"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)