Skip to content

Commit 1e2b144

Browse files
authored
Merge pull request #246896 from Homebrew/bump-prr-0.21.0
prr 0.21.0
2 parents a8340c3 + 05d3dcc commit 1e2b144

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

Formula/p/prr.rb

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
class Prr < Formula
22
desc "Mailing list style code reviews for github"
33
homepage "https://github.com/danobi/prr"
4-
url "https://github.com/danobi/prr/archive/refs/tags/v0.20.0.tar.gz"
5-
sha256 "fa25e4690a6976af37738b417b01f1fa0df7448efd631239aadea0399a9e862a"
4+
url "https://github.com/danobi/prr/archive/refs/tags/v0.21.0.tar.gz"
5+
sha256 "891d8b2bc0397027e909750ac7891ca3d6e215acab59a48d5b2da35e60b45b8c"
66
license "GPL-2.0-only"
77
head "https://github.com/danobi/prr.git", branch: "master"
88

99
bottle do
10-
rebuild 1
11-
sha256 cellar: :any, arm64_tahoe: "720e7b1acab89a22e5201682b069389b7cb9cc1e0b66cdad5019ee1a87695e00"
12-
sha256 cellar: :any, arm64_sequoia: "020e2b1af8b7a3f2b1f39096597b06e80e338ff308a50d8f9f4b73094728a12d"
13-
sha256 cellar: :any, arm64_sonoma: "43547eb2228e9fa399f34b9bd5202fbe7aed3257095a1a93f75a667d36d8658d"
14-
sha256 cellar: :any, arm64_ventura: "1ae08fc4c7d6625baf22b16df0cf1178efee1f699bfc25c6bb961f3f7560f75e"
15-
sha256 cellar: :any, sonoma: "ff40fe06171b1047bfadd9391918a99f47090ba502584677085052764ff8f71b"
16-
sha256 cellar: :any, ventura: "a3bad778d1010031a272e32535c8ed6c9e487aa0587de878350429f5683cb5ae"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "3c096eed0ee69a0b6e4e5d7ebd12357edd22d0c2b61d93e3d5b2c2625f216ac9"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f78629fe312045ec89e5377a86cf1c165eca5c5ff60114100a111c0ccfe60eef"
10+
sha256 cellar: :any, arm64_tahoe: "4104e21453d0b34b7ab2b183c0d5206fd2a3a8be8e3d053988ac27028f95eae4"
11+
sha256 cellar: :any, arm64_sequoia: "c17217ab2cf5ad6349ded14664733f58db5273cab612e577dbd7aef6ef56eb49"
12+
sha256 cellar: :any, arm64_sonoma: "a3ef5940ceafe8a6dd74d317a77d6714a69ccff78d1d77f198275acba96ba0f4"
13+
sha256 cellar: :any, sonoma: "834ea3bb39f1f520a14afd064408a0fc4cdaa672a35e3fec3db33a6643016585"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "d415636ffbe9e8e3d16707775f318c6ac944b9419d6e643f3aed7107267f43ed"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d6e45b8471f685c0070c1f9f5197f5eec6174adcd2a0687bfc0defc66a063225"
1916
end
2017

2118
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)