[srell] Update to 3.001 (#21216)

* update to 3.001

* update versioning
This commit is contained in:
Ryan 2021-11-08 16:09:11 -08:00 committed by GitHub
parent b6b8b08aae
commit ed0ad8a813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,10 +1,10 @@
set(VERSION 2_920)
set(VERSION 3_001)
vcpkg_download_distfile(
ARCHIVE
URLS "https://www.akenotsuki.com/misc/srell/srell${VERSION}.zip"
FILENAME "srell${VERSION}.zip"
SHA512 504BE3C24F497B8EA75D06787CBD3C8A475073F5881317D15619DFE6F7CBF4F75B9A81145981D1EE0F945C0D748C7BEDC60258DC52E4860FC7B769A01C9FA9FB
SHA512 6FE1DAC49B713B8FA0E4B12099E2B35017CE853CC8C7045AA808401D8C6D15E16B50E6DDFDCB0EFA9DB31188D5B9B385081C1EEB2AC413701847688B38B61B76
)
vcpkg_extract_source_archive(

View File

@ -1,6 +1,6 @@
{
"name": "srell",
"version-string": "2.920",
"version-string": "3.001",
"description": "SRELL (std::regex-like library) is a regular expression template library for C++.",
"homepage": "https://www.akenotsuki.com/misc/srell/en/"
}

View File

@ -6465,7 +6465,7 @@
"port-version": 0
},
"srell": {
"baseline": "2.920",
"baseline": "3.001",
"port-version": 0
},
"srpc": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b687fe2dff873db6884f3eacb1b756579bee8e0e",
"version-string": "3.001",
"port-version": 0
},
{
"git-tree": "3497458c9ed34a6d973e693711dffcc387e81ad0",
"version-string": "2.920",