caf 0.15.2
Closes #7224. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
39855a2fed
commit
d69aa3c5b3
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ class Caf < Formula
|
||||||
# Renamed from libccpa
|
# Renamed from libccpa
|
||||||
desc "Implementation of the Actor Model for C++"
|
desc "Implementation of the Actor Model for C++"
|
||||||
homepage "https://actor-framework.org/"
|
homepage "https://actor-framework.org/"
|
||||||
url "https://github.com/actor-framework/actor-framework/archive/0.15.1.tar.gz"
|
url "https://github.com/actor-framework/actor-framework/archive/0.15.2.tar.gz"
|
||||||
sha256 "e6a9e6c18f69073175fbd8e2af980c577710cd88de17e82b66d823293ee3aace"
|
sha256 "ac0ad066c429cc5e883e2345b962275d0d1f59a9046af3edbb2d32009efb406b"
|
||||||
head "https://github.com/actor-framework/actor-framework.git", :branch => "develop"
|
head "https://github.com/actor-framework/actor-framework.git", :branch => "develop"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue