Skip to content

Commit ec644b5

Browse files
authored
Merge pull request #228111 from Homebrew/bump-caf-1.1.0
caf 1.1.0
2 parents 01891e1 + 63710b1 commit ec644b5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/caf.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ class Caf < Formula
22
# Renamed from libccpa
33
desc "Implementation of the Actor Model for C++"
44
homepage "https://www.actor-framework.org/"
5-
url "https://github.com/actor-framework/actor-framework/archive/refs/tags/1.0.2.tar.gz"
6-
sha256 "ef4dd00ca7c59cd61dc336b6a8efbd6150ca85c404d213ecb61f6bcee4094ffc"
5+
url "https://github.com/actor-framework/actor-framework/archive/refs/tags/1.1.0.tar.gz"
6+
sha256 "9febd85d3a4f50dac760592043028a36bea62bba50c3ee2fc1eace954dd8ae27"
77
license "BSD-3-Clause"
88
head "https://github.com/actor-framework/actor-framework.git", branch: "master"
99

1010
bottle do
11-
sha256 cellar: :any, arm64_sequoia: "9537e004e941d95aac0be101fdb15af8482210717eec4ff76dcb467837cbbe18"
12-
sha256 cellar: :any, arm64_sonoma: "4b8e61e0a9dba95d2b2894b31a370cddacfc030bd1ac9d8876fa3c80e9ed88c6"
13-
sha256 cellar: :any, arm64_ventura: "acbf088b4337573a0710635d25ae8bb4828a8913b552443206b1c92ed0a555cc"
14-
sha256 cellar: :any, sonoma: "418ac2c0d3b64145b22f801ba4868490d9306babce62ce2e315da9ccf4b8228d"
15-
sha256 cellar: :any, ventura: "0d94e1fd5b0d827b48ae36871873a7f574635ca36256616912bfc1a3f02b390a"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "678ca206b7bbb125aaf83dd4cacc878c720379a8a38a6372cb6a3b5834e2cf34"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "891cd444eefd7ff0c2ca32273b9d7734a43a33f6758b343a126dfb99a8006b3d"
11+
sha256 cellar: :any, arm64_sequoia: "7678c03ac5833969bc5ef720b398e774d1e3156d268d34ce9d95349e7f885823"
12+
sha256 cellar: :any, arm64_sonoma: "34839f1a22902b556f3ece25edc7e1b3123768f17ed76f2a0e5a24ae0f13110b"
13+
sha256 cellar: :any, arm64_ventura: "c2b9cac897daf44e7c17dcf6b52790a4ed3b74d36a96b61f1794bf3077be02df"
14+
sha256 cellar: :any, sonoma: "aa3ca3370d07b8ed67d9e319eccf4412e8b7cd8a654eadd8df8fbf1f2c2feff3"
15+
sha256 cellar: :any, ventura: "967061c8c7b2f3b6adc948623502333c7d680616a6fe21941374aba7f836ae01"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "980f1e6bf7b3462f90c1251a2fc22ca9cdee8f81e1ae631fd34cdd48469aad7c"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "18dd86732ab832bc6b035af48f3fcc8d05c6ec4dca5ec068d09f43fc3b724335"
1818
end
1919

2020
depends_on "cmake" => :build

0 commit comments

Comments
 (0)