We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013d65d commit 1c9a689Copy full SHA for 1c9a689
Formula/c/caf.rb
@@ -2,8 +2,8 @@ class Caf < Formula
2
# Renamed from libccpa
3
desc "Implementation of the Actor Model for C++"
4
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"
+ url "https://github.com/actor-framework/actor-framework/archive/refs/tags/1.1.0.tar.gz"
+ sha256 "9febd85d3a4f50dac760592043028a36bea62bba50c3ee2fc1eace954dd8ae27"
7
license "BSD-3-Clause"
8
head "https://github.com/actor-framework/actor-framework.git", branch: "master"
9
0 commit comments