Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rapidcheck] Upgrade to 2023-12-14. #38465

Merged
merged 1 commit into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions ports/rapidcheck/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO emil-e/rapidcheck
REF 1505cbbce733bde3b78042cf2e9309c0b7f227a2
SHA512 4759f84ee71f08108e0ad61436c940e96f494816d6b0d1fda64d880a6cb2eaa54f6422fa2ae680564d8cb8bd52b3589a4a92bed9422077d9b1ee4ee874b6ef7e
REF ff6af6fc683159deb51c543b065eba14dfcf329b
SHA512 79f1e869a3c55f62d3609cc4b3a56977f720c3eacf5e1792aa3a9bd5ab90aa077371bc0902d6c31503885f9ebcc633ed242ae6995866cb46fd12afdf425500e3
HEAD_REF master
)

Expand All @@ -17,6 +17,7 @@ vcpkg_cmake_configure(
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH "share/${PORT}/cmake")
vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig()

file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug/include"
Expand Down
2 changes: 1 addition & 1 deletion ports/rapidcheck/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapidcheck",
"version-date": "2023-01-13",
"version-date": "2023-12-14",
"description": "A property-based testing library for C++ (a la QuickCheck) with the goal of being simple to use with as little boilerplate as possible.",
"homepage": "https://github.com/emil-e/rapidcheck",
"license": "BSD-2-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7505,7 +7505,7 @@
"port-version": 2
},
"rapidcheck": {
"baseline": "2023-01-13",
"baseline": "2023-12-14",
"port-version": 0
},
"rapidcsv": {
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/rapidcheck.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ae0c6ab09dc7d61410a0e349cad8e93eb5df7cd8",
"version-date": "2023-12-14",
"port-version": 0
},
{
"git-tree": "877f68258111c56c800195acac48c034458933d4",
"version-date": "2023-01-13",
Expand Down