Skip to content

Commit

Permalink
[rapidcheck] Upgrade to 2023-08-15.
Browse files Browse the repository at this point in the history
Later revisions are available but they introduce pkgconfig support which make vcpkg complain that hard coded file paths are deployed to lib/pkgconfig and I am not sure what to do about them.
  • Loading branch information
yobeonline committed Apr 29, 2024
1 parent a34c873 commit f78c002
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 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 1c91f40e64d87869250cfb610376c629307bf77d
SHA512 68d709b5d2964dfed6eb07368ce5486a2ff632fb11efe75d22307f8923ca71ce72754f68c748a8650c01d1a76df8da73f3c8d2d873f33a907624156e7654949a
HEAD_REF master
)

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-08-15",
"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-08-15",
"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": "3a44639ef9968ef4695955b3d8a7f1fcfb442153",
"version-date": "2023-08-15",
"port-version": 0
},
{
"git-tree": "877f68258111c56c800195acac48c034458933d4",
"version-date": "2023-01-13",
Expand Down

0 comments on commit f78c002

Please sign in to comment.