aboutsummaryrefslogtreecommitdiff
path: root/ports/asyncplusplus
diff options
context:
space:
mode:
Diffstat (limited to 'ports/asyncplusplus')
-rw-r--r--ports/asyncplusplus/CONTROL2
-rw-r--r--ports/asyncplusplus/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/asyncplusplus/CONTROL b/ports/asyncplusplus/CONTROL
index eb82afe70..6f2a09a72 100644
--- a/ports/asyncplusplus/CONTROL
+++ b/ports/asyncplusplus/CONTROL
@@ -1,3 +1,3 @@
Source: asyncplusplus
-Version: 1.0-1
+Version: 1.1
Description: Async++ is a lightweight concurrency framework for C++11
diff --git a/ports/asyncplusplus/portfile.cmake b/ports/asyncplusplus/portfile.cmake
index d348dc83e..f32ece6c1 100644
--- a/ports/asyncplusplus/portfile.cmake
+++ b/ports/asyncplusplus/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Amanieu/asyncplusplus
- REF v1.0
- SHA512 bb1fc032d2d8de49b4505e0629d48e5cfa99edfcafbf17848f160ceb320bcd993f1549095248d1a0ef8fc1ec07ecbaad6b634a770ddc1974092d373a508a5fe3
+ REF 172ca3f8e0df1b3f7f5ee8b8244e4ac67258b0d8 # v1.1
+ SHA512 fd95b3349ceed4cab5cb0e146d2ccfe77c85318303015cf513037fc69c1ade7cfdb3dc81de8a90846c4387c5e31f5a70a64da770547c201dfe24d2c181be1933
HEAD_REF master
)