Skip to content

Commit 30ef65c

Browse files
authored
[crcpp] Updated to 1.2.3.0 (#53710)
1 parent d9135b1 commit 30ef65c

5 files changed

Lines changed: 10 additions & 46 deletions

File tree

ports/crcpp/install_fixes.patch

Lines changed: 0 additions & 39 deletions
This file was deleted.

ports/crcpp/portfile.cmake

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,19 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO d-bahr/CRCpp
66
REF "release-${VERSION}"
7-
SHA512 0e1338eb1f0f2a05d119ffae6071be06c24c39f20dcc846ea2c6248367ce600797af23b1f31dcd0f9e389efadc769bcc7129d8b741c30782571500c731c75451
7+
SHA512 0b338288b5ca3f92d334d9288f4589e1e9ec91613df7d21f52fbc739ce7d74df4558bcd4a7817151c65a9d0d3075f99aead5b26798496bc0f8971f3a4ccfe0e7
88
HEAD_REF master
9-
PATCHES
10-
install_fixes.patch
119
)
1210

1311
vcpkg_cmake_configure(
1412
SOURCE_PATH "${SOURCE_PATH}"
1513
OPTIONS
16-
-DBUILD_TEST=OFF
1714
-DBUILD_DOC=OFF
15+
-DBUILD_TESTING=OFF
1816
)
1917

2018
vcpkg_cmake_install()
21-
vcpkg_cmake_config_fixup()
19+
vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/crcpp)
2220
vcpkg_fixup_pkgconfig()
2321

2422
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

ports/crcpp/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crcpp",
3-
"version": "1.2.2.0",
3+
"version": "1.2.3.0",
44
"description": "Easy to use and fast C++ CRC library.",
55
"homepage": "https://github.com/d-bahr/CRCpp",
66
"license": "BSD-3-Clause",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2217,7 +2217,7 @@
22172217
"port-version": 2
22182218
},
22192219
"crcpp": {
2220-
"baseline": "1.2.2.0",
2220+
"baseline": "1.2.3.0",
22212221
"port-version": 0
22222222
},
22232223
"crfsuite": {

versions/c-/crcpp.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "7dcd2e4fa29eb6e3160dbd481518930fa45b7493",
5+
"version": "1.2.3.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "3448d1340c8b107a929303fa6f6caa7db940fb3f",
510
"version": "1.2.2.0",

0 commit comments

Comments
 (0)