Skip to content

Commit 447c3c0

Browse files
authored
Merge pull request #251155 from walles/bump-moor-2.7.1
moor 2.7.1
2 parents af3cf48 + c69284d commit 447c3c0

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.7.0.tar.gz"
5-
sha256 "c80ef80f4300a9e0d60f76e61fd20b6dc6345ce800005805715d8b95dca4d330"
4+
url "https://github.com/walles/moor/archive/refs/tags/v2.7.1.tar.gz"
5+
sha256 "2b9a26b7000a92778802138b92bfe6134723e2c72ba1829ca7da04efd314620a"
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: "e173a308b7a7115a69120ec0b8a7a5bb3e1048cb20a42267cb534d4e6a02c614"
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e173a308b7a7115a69120ec0b8a7a5bb3e1048cb20a42267cb534d4e6a02c614"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e173a308b7a7115a69120ec0b8a7a5bb3e1048cb20a42267cb534d4e6a02c614"
15-
sha256 cellar: :any_skip_relocation, sonoma: "9a26960d9970bcba155f2aa974bf0506c7819ac1f9e0b6a5b3a062ada7602090"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "6fa8145f2882ecc6c1b431259f33b8fc419fd8d1df6010aae189710f3c5cdc9e"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d7d598dd49be2303f24d281afbeffcabb5330f900901061240d7a411400db883"
12+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "6f99d177d8af47cb376610b7f0a5f323e1add348c84a6a81a1d403bb9e5ffa42"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6f99d177d8af47cb376610b7f0a5f323e1add348c84a6a81a1d403bb9e5ffa42"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f99d177d8af47cb376610b7f0a5f323e1add348c84a6a81a1d403bb9e5ffa42"
15+
sha256 cellar: :any_skip_relocation, sonoma: "136039043c71d39264d8365d2d31eaf80869fb3698751194a3441aa6b1dfe320"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "8b20f261cb876859d2aa4ba6356f5bd35a7e3a5801c36672b10fa071360bf633"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6f526a1abf0f84846b5d99ab3652f71bdbffa750ea03a2e7dfbadafb6e448b2c"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)