Skip to content

Commit

Permalink
[caf] update to 0.18.6 (#24335)
Browse files Browse the repository at this point in the history
* [caf] update to 0.18.6

* update version

* Correct license identifier to BSD 3 clause. https://github.com/actor-framework/actor-framework/blob/master/LICENSE

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
  • Loading branch information
FrankXie05 and BillyONeal committed Apr 25, 2022
1 parent e66dded commit e50d5ba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/caf/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO actor-framework/actor-framework
REF c2be26e7f9e3e84ef14730590fc4e7b25fb9d29a # 0.18.5
SHA512 e8d1e9417ea71c4f92f51f4f7dbb7bcc9d0468623d2202be9b4ed4411406a3b6f6fc903309b74bb130e7cf1c7a0ec349d8bc2ac8f216a28216d1c808c1bde039
REF bfa0f83dd5c9151c263c304300c79161ae8cb595 # 0.18.6
SHA512 58ebd40623edc0245dd38b3a2bbbda7af7d9b030155746949dfe7c4c30bdc07ee2ee84d195dc2e914d69f58c6c46bc9ad496bbc34e7cafe0530200458a4c5a76
HEAD_REF master
PATCHES
fix_dependency.patch
Expand Down
3 changes: 2 additions & 1 deletion ports/caf/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "caf",
"version": "0.18.5",
"version": "0.18.6",
"description": "an open source implementation of the actor model for C++ featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.",
"homepage": "https://github.com/actor-framework/actor-framework",
"license": "BSD-3-Clause",
"dependencies": [
"openssl",
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@
"port-version": 0
},
"caf": {
"baseline": "0.18.5",
"baseline": "0.18.6",
"port-version": 0
},
"caffe2": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/caf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "be83968f892180d5ee2f1943cf9cac3782e9111e",
"version": "0.18.6",
"port-version": 0
},
{
"git-tree": "6f4b297fc5ad4bd021fa9d72787b27e69a558237",
"version": "0.18.5",
Expand Down

0 comments on commit e50d5ba

Please sign in to comment.