[ctre] update to 3.8.1 (#36307)

* [ctre] update to 3.8.1

* [ctre] update to 3.8.1
This commit is contained in:
Jia Yue Hua 2024-01-24 03:44:45 +08:00 committed by GitHub
parent 8766f886ca
commit b472db9c95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO hanickadot/compile-time-regular-expressions
REF "v${VERSION}"
SHA512 bc0382156059999a5d55cd68dcfa35974c5dab56a10e970ce4eefe455fa3e53276bc87c7e7698de4b8a6a4d984f5883926668847816a1a594b94cac9d42ac4b8
SHA512 bc476728dbf7b099ad8fa547f586510f2994fb05d7c1d1334efd8bd49c041909d172097a447fde7ebb5b7588b462339c4aefc7a50d2b75945bc328773f964720
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "ctre",
"version": "3.8",
"version": "3.8.1",
"description": "A Compile time PCRE (almost) compatible regular expression matcher",
"homepage": "https://github.com/hanickadot/compile-time-regular-expressions",
"license": "Apache-2.0",

View File

@ -2017,7 +2017,7 @@
"port-version": 2
},
"ctre": {
"baseline": "3.8",
"baseline": "3.8.1",
"port-version": 0
},
"ctstraffic": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0de95344cb3e667b9514cc77fefe7597648e7729",
"version": "3.8.1",
"port-version": 0
},
{
"git-tree": "70b866377c945c0c024c7379e0f06b00b898fcfb",
"version": "3.8",