mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[ctre] update to 3.8.1 (#36307)
* [ctre] update to 3.8.1 * [ctre] update to 3.8.1
This commit is contained in:
parent
8766f886ca
commit
b472db9c95
@ -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
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -2017,7 +2017,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"ctre": {
|
||||
"baseline": "3.8",
|
||||
"baseline": "3.8.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"ctstraffic": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0de95344cb3e667b9514cc77fefe7597648e7729",
|
||||
"version": "3.8.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "70b866377c945c0c024c7379e0f06b00b898fcfb",
|
||||
"version": "3.8",
|
||||
|
Loading…
x
Reference in New Issue
Block a user