Skip to content

Commit 59efb91

Browse files
authored
Merge pull request #245549 from walles/bump-moor-2.3.0
moor 2.3.0
2 parents d71ac90 + 3a11849 commit 59efb91

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.2.1.tar.gz"
5-
sha256 "6a50a20859b0f1d84e6f37705a6407dd1159dddd285abde07af9ac4cf1ab0e70"
4+
url "https://github.com/walles/moor/archive/refs/tags/v2.3.0.tar.gz"
5+
sha256 "6a5b501e36edea4fed6b34f27734ba1208ba8a101cf1b78d869c940d9fa69d63"
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: "584e7a84fbb8fdcaab63d88b9358eaf4ec5c77b066e436fcb28349671b7cae2f"
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "584e7a84fbb8fdcaab63d88b9358eaf4ec5c77b066e436fcb28349671b7cae2f"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "584e7a84fbb8fdcaab63d88b9358eaf4ec5c77b066e436fcb28349671b7cae2f"
15-
sha256 cellar: :any_skip_relocation, sonoma: "2f5fa9ee0696c8b007a67a41491baa85b89c3931519d1c4c070c2f9643d1068d"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "4ff81219447702b5bcef7d7b4ec6e72399c038cc02cdfed33bca1d457eaee701"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e11b7bc0be1baf6a9f52d44ad768b44ade57f2cc138bcfb74fb40fa0c218931f"
12+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "e19a72d31c4a22cec45e706383f0b7567a49fad6dcbcad2bac899ae662de7a13"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e19a72d31c4a22cec45e706383f0b7567a49fad6dcbcad2bac899ae662de7a13"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e19a72d31c4a22cec45e706383f0b7567a49fad6dcbcad2bac899ae662de7a13"
15+
sha256 cellar: :any_skip_relocation, sonoma: "648c64ba1ca0369efd66bfe00e558f8a3cc54c8962d3fde5bacdc6a4293a039a"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "579789c0b43b48456d23c38bf1eecd7b1097939b2781003609704cbca88720e9"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "db05348d111e18a454606f1d66b1b0e66745cb2755734eef1810cba6f0703892"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)