fix bad hash (#30648)

This commit is contained in:
Mengna Li 2023-04-05 06:39:19 +08:00 committed by GitHub
parent 8e368e0475
commit cf0d1928f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -27,7 +27,7 @@ file(COPY "${RAPIDS_cmake}" DESTINATION "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIP
vcpkg_download_distfile(execution_bs
URLS "https://raw.githubusercontent.com/brycelelbach/wg21_p2300_execution/main/execution.bs"
FILENAME "execution.bs"
SHA512 8b976ab932019794d356cf36744af09e027a78488b44d70772675e2c23de0a6fac4e5aaa2ed339d2975b04c75ad27c06c4c3ed95bc2bd9d13370682a019656f2
SHA512 22493329bcc26d4c30950df632349daf632adee87bdc904167afcdbb1f9398da2ca3ce9aad1d1c9dab961a2946b0fb9e5b66619b8a529f7cf04fe6aec01c5bb8
)
file(COPY "${execution_bs}" DESTINATION "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel/")

View File

@ -1,6 +1,7 @@
{
"name": "stdexec",
"version-date": "2023-03-05",
"port-version": 1,
"description": "stdexec is an experimental reference implementation of the Senders model of asynchronous programming proposed by P2300 - std::execution for adoption into the C++ Standard.",
"homepage": "https://github.com/NVIDIA/stdexec",
"license": "Apache-2.0",

View File

@ -7614,7 +7614,7 @@
},
"stdexec": {
"baseline": "2023-03-05",
"port-version": 0
"port-version": 1
},
"stduuid": {
"baseline": "1.2.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3435db06cfe7eb2aa08dd32988c2360017bb66f1",
"version-date": "2023-03-05",
"port-version": 1
},
{
"git-tree": "f0dea0ac2888c1fe01a7521f5cddabfc86d6fd8d",
"version-date": "2023-03-05",