Skip to content

Commit 86f0b53

Browse files
authored
Merge pull request #217301 from Homebrew/bump-proper-1.5.0
proper 1.5.0
2 parents 5e3294b + 814de75 commit 86f0b53

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2798,6 +2798,7 @@ projectable
27982798
prometheus
27992799
prometheus-cpp
28002800
promptfoo
2801+
proper
28012802
proselint
28022803
proteinortho
28032804
proto

Formula/p/proper.rb

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
class Proper < Formula
22
desc "QuickCheck-inspired property-based testing tool for Erlang"
33
homepage "https://proper-testing.github.io"
4-
url "https://github.com/proper-testing/proper/archive/refs/tags/v1.4.tar.gz"
5-
sha256 "38b14926f974c849fad74b031c25e32bf581974103e7a30ec2b325990fc32334"
4+
url "https://github.com/proper-testing/proper/archive/refs/tags/v1.5.0.tar.gz"
5+
sha256 "68fcc3b23ea98537d7a2b926de688dc347e02804c54d0f8d79ca7092c9456b68"
66
license "GPL-3.0-or-later"
77

88
bottle do
9-
rebuild 1
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a566b9d8925d5912685ebcd4391e790d2ca05d24ac02dd5027fed6024749f632"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e3f49c043a708e27699c534dc9c4ee5e7762f5c4ffa62a9b0ae464406f008df"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8ba16c265d878f2385d16020577833fc18f3f34ebfacebf9806ffae99caaed6f"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "1fb7580b8ec4be37ae5eb66f3d474f5cb7134d91968b6a3ffd57e946601c3e7c"
14-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "77657642632df4b47ea81fe644f297b729b6727a65c14e4b55205878b7c2efa4"
15-
sha256 cellar: :any_skip_relocation, sonoma: "21f4baa4e3c3ed5f9cc2b2820799c77892abab08b825a03899e41575243bcc1c"
16-
sha256 cellar: :any_skip_relocation, ventura: "0595b2fcc45df233b568344d6169b781ea9e7c5ae95fbfb6696d77ae5fa0d5cd"
17-
sha256 cellar: :any_skip_relocation, monterey: "61c38ab31cc8a971a833b3659cf7ca0907d2c3a8fe76ce9a83e17ae322154a2f"
18-
sha256 cellar: :any_skip_relocation, big_sur: "90cc29581b44ff082445a03c2955dba09000b8d4734d739764c702e6da72dda3"
19-
sha256 cellar: :any_skip_relocation, catalina: "c24a2347c8832f7db7aa536c7761e1f7c24d1beecbf542feff21bc3a82ffb0fb"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5ab7d497f0decd957772de50ce1ed18da6dd4a4d4f8583fa92fbf554fc69a64e"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a639af1f2fb8cb688b919b54037d671b65ecc5ae791ddd8d73ba115af86e135"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a9399e52a16770d3d839cab3d68e563e6d5cdfa978c9fbaefd3681799d64358"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1ebfd48008cf6e2414fd327b4417dcd3f178733eb0bf4c8f482820078d606ecf"
12+
sha256 cellar: :any_skip_relocation, sonoma: "b871a437a48e0bd4f35687256c82caff38cc8ed91662daacf465638290dbad49"
13+
sha256 cellar: :any_skip_relocation, ventura: "8121ebc9c4160073387dbdb7012f0c536783f811152220a7b09108ec6777886f"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3c46ff9ea392d1503cfc49f425fd04ed35376da507fe13985306057715558924"
2115
end
2216

2317
depends_on "rebar3" => :build

0 commit comments

Comments
 (0)