Skip to content

Commit 063d351

Browse files
authored
Merge pull request #247072 from walles/bump-moor-2.5.0
moor 2.5.0
2 parents 2941201 + 0bd0736 commit 063d351

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.4.1.tar.gz"
5-
sha256 "53baeffdd83c6f0c09f0b1754395fd7ed222df885dc4a758517a4d2ecfe62b93"
4+
url "https://github.com/walles/moor/archive/refs/tags/v2.5.0.tar.gz"
5+
sha256 "1255f622811554d81c285deeeb9de5b4eef867014ebef55d7c076b6dfaf8c00e"
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: "a1435f939332b9793284ac13e30574b8fcabd87a586cd16b87fea229098ef4ca"
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1435f939332b9793284ac13e30574b8fcabd87a586cd16b87fea229098ef4ca"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1435f939332b9793284ac13e30574b8fcabd87a586cd16b87fea229098ef4ca"
15-
sha256 cellar: :any_skip_relocation, sonoma: "b3f893dc6cb267b14f1d6220fb843ce8c8c57770d79825f6893eff110e22943e"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "0b49d7931664a474a6b60c19108ef7fcffe3636d0421e06b6b7799aa3a7b174c"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "18b84d6fab2a4093ceb973d50111e1ac039f4b87017a0b02be8f88af385c61f9"
12+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "3489f30618775e63a35e38ddfb939bdd92ad5ccee4258f9ed5940a3e37d54bef"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3489f30618775e63a35e38ddfb939bdd92ad5ccee4258f9ed5940a3e37d54bef"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3489f30618775e63a35e38ddfb939bdd92ad5ccee4258f9ed5940a3e37d54bef"
15+
sha256 cellar: :any_skip_relocation, sonoma: "1510c6888c704655c9d90b7e051f410e7c7caf8aeb2dc52d021084a558250191"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "b7348f9f1b5ce5aa334735e090dffd940877c4cfe15ab14ecd088c8ee030ce16"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2c1766d86c694b81d53a989238065bac42d5f4f5357bd6cd7f3cee25070ba604"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)