Skip to content

Commit dd26c44

Browse files
authored
Merge pull request Homebrew#296610 from walles/bump-moor-2.16.2
moor 2.16.2
2 parents 0922044 + bc4cca9 commit dd26c44

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

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.16.1.tar.gz"
5-
sha256 "9d12679262274f7234cf9b16ee8d52260cfac0b694756218d3a29de89f31a6e5"
4+
url "https://github.com/walles/moor/archive/refs/tags/v2.16.2.tar.gz"
5+
sha256 "20873548bbc9200bfd07b464f420ee6428d433f8a96d98c81af1b65020a84114"
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: "b28d04ecd3a5f036a262414b6abbb13575ce631896322c1820f5a4852a5166c9"
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b28d04ecd3a5f036a262414b6abbb13575ce631896322c1820f5a4852a5166c9"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b28d04ecd3a5f036a262414b6abbb13575ce631896322c1820f5a4852a5166c9"
15-
sha256 cellar: :any_skip_relocation, sonoma: "c189484289af3cf26e47725e82af068d7252a40318c86429b8a99adc960168c1"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "d969cb09fdfba1d594900c87d4df19d3d1cc751ee009890f1a4033cca47c94e7"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "aecf18cb9f25e842028745846375e7b8ff4165c27d23ee1fa6a267edbdfaa0ad"
12+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "0d02f55695a179709453d6fed892a18d602a3f4ca1f9379457dcf438929e62f2"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d02f55695a179709453d6fed892a18d602a3f4ca1f9379457dcf438929e62f2"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d02f55695a179709453d6fed892a18d602a3f4ca1f9379457dcf438929e62f2"
15+
sha256 cellar: :any_skip_relocation, sonoma: "b4eae71cf0f1ad860c1a5b1672d69c0f2f7dcb867fa3866be7f82ee46620e17a"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "3a92a88e5cdc7820516006c87b66bfeb139a2abba1e7e3217477d66ea40815cf"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c178c3750ccd53ab517bc48033ff2db80708bae5071353d6b4e781e29210737b"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)