mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:18:59 +08:00
[frozen] Bump port to 1.2.0 (#40755)
This commit is contained in:
parent
5d0bbe89ea
commit
03ba0f8d4d
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO serge-sans-paille/frozen
|
REPO serge-sans-paille/frozen
|
||||||
REF 1.1.1
|
REF "${VERSION}"
|
||||||
SHA512 e22561a4e634e388e11f95b3005bc711e543013d314f6aaeda34befb2c673aea2d71a717d8822bc8fa85bdc8409945ba2ad91a1bac4f8cb5303080de01a5f60e
|
SHA512 644b29f60458fc5193a3fb16a347c190f9694d1bdbc75202aafe8d43eb72ce0433bbeaeb692f8ca485000d68b451ddc0236a1880ebbd64477f73198043d046b3
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "frozen",
|
"name": "frozen",
|
||||||
"version": "1.1.1",
|
"version": "1.2.0",
|
||||||
"description": "Header-only library that provides 0 cost initialization for immutable containers and various algorithms. Frozen provides:immutable (a.k.a. frozen), constexpr-compatible versions of std::set, std::unordered_set, std::map and std::unordered_map and 0-cost initialization version of std::search for frozen needles using Boyer-Moore or Knuth-Morris-Pratt algorithms.",
|
"description": "Header-only library that provides 0 cost initialization for immutable containers and various algorithms. Frozen provides:immutable (a.k.a. frozen), constexpr-compatible versions of std::set, std::unordered_set, std::map and std::unordered_map and 0-cost initialization version of std::search for frozen needles using Boyer-Moore or Knuth-Morris-Pratt algorithms.",
|
||||||
"homepage": "https://github.com/serge-sans-paille/frozen",
|
"homepage": "https://github.com/serge-sans-paille/frozen",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -2901,7 +2901,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"frozen": {
|
"frozen": {
|
||||||
"baseline": "1.1.1",
|
"baseline": "1.2.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"frugally-deep": {
|
"frugally-deep": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "200f16a8cbff9e108d429428aa751219742da564",
|
||||||
|
"version": "1.2.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "0a8050c893da6b0549af088c1045ad459f330275",
|
"git-tree": "0a8050c893da6b0549af088c1045ad459f330275",
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user