mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[srell] Update to 3.010 (#25122)
* update 3.010 * add license * add versions
This commit is contained in:
parent
8bd020df25
commit
5a69602889
@ -1,10 +1,10 @@
|
||||
set(VERSION 3_001)
|
||||
set(VERSION 3_010)
|
||||
|
||||
vcpkg_download_distfile(
|
||||
ARCHIVE
|
||||
URLS "https://www.akenotsuki.com/misc/srell/srell${VERSION}.zip"
|
||||
FILENAME "srell${VERSION}.zip"
|
||||
SHA512 6FE1DAC49B713B8FA0E4B12099E2B35017CE853CC8C7045AA808401D8C6D15E16B50E6DDFDCB0EFA9DB31188D5B9B385081C1EEB2AC413701847688B38B61B76
|
||||
SHA512 5F2762A98E1B68C3A4FA79051AE2CBEFD23CEDF1CE833FA1EB812D3F1112734018AF36AA9D9A50E2DC40C87A7FAAF46AF0B8F4161481994DC5E19F44301E867D
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "srell",
|
||||
"version-string": "3.001",
|
||||
"version-string": "3.010",
|
||||
"description": "SRELL (std::regex-like library) is a regular expression template library for C++.",
|
||||
"homepage": "https://www.akenotsuki.com/misc/srell/en/"
|
||||
"homepage": "https://www.akenotsuki.com/misc/srell/en/",
|
||||
"license": "BSD-2-Clause"
|
||||
}
|
||||
|
@ -6793,7 +6793,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"srell": {
|
||||
"baseline": "3.001",
|
||||
"baseline": "3.010",
|
||||
"port-version": 0
|
||||
},
|
||||
"srpc": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f09d9751be1fbf4ca223d8755ef6fb7acedde1fa",
|
||||
"version-string": "3.010",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b687fe2dff873db6884f3eacb1b756579bee8e0e",
|
||||
"version-string": "3.001",
|
||||
|
Loading…
Reference in New Issue
Block a user