Skip to content

Commit

Permalink
[frozen] bump port to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-wind committed Sep 2, 2024
1 parent 0f88ecb commit ea723f2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/frozen/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO serge-sans-paille/frozen
REF 1.1.1
SHA512 e22561a4e634e388e11f95b3005bc711e543013d314f6aaeda34befb2c673aea2d71a717d8822bc8fa85bdc8409945ba2ad91a1bac4f8cb5303080de01a5f60e
REF 1.2.0
SHA512
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/frozen/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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.",
"homepage": "https://github.com/serge-sans-paille/frozen",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2901,7 +2901,7 @@
"port-version": 0
},
"frozen": {
"baseline": "1.1.1",
"baseline": "1.2.0",
"port-version": 0
},
"frugally-deep": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/frozen.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cbb911ed9397345a74370d86072de7413e80c951",
"version": "1.2.0",
"port-version": 0
},
{
"git-tree": "0a8050c893da6b0549af088c1045ad459f330275",
"version": "1.1.1",
Expand Down

0 comments on commit ea723f2

Please sign in to comment.