Skip to content

Commit 84630f0

Browse files
authored
[cpp-timsort] Bump to 3.0.1 (microsoft#42885)
1 parent 6f15319 commit 84630f0

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/cpp-timsort/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO timsort/cpp-TimSort
66
REF "v${VERSION}"
7-
SHA512 4110017fa25055724a896367f572f1119f0635c7be787f600d68714e4438dd73d0d023f3d021c3c15a3b09a47b13c43a927a2674e5ca601ef5a202b9bc56b849
7+
SHA512 79a7640d9aef8c5347d4916efaf9dd70ceb4b72417b29a313a567a8d86786886dc44c79eff8f47092cd7c782c54ea82d2d33237360e3049aa2d4781441c31dbe
88
HEAD_REF master
99
)
1010

ports/cpp-timsort/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cpp-timsort",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A C++ implementation of timsort",
55
"homepage": "https://github.com/timsort/cpp-TimSort",
66
"license": "MIT",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@
19331933
"port-version": 2
19341934
},
19351935
"cpp-timsort": {
1936-
"baseline": "3.0.0",
1936+
"baseline": "3.0.1",
19371937
"port-version": 0
19381938
},
19391939
"cppad": {

versions/c-/cpp-timsort.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "f355f33dd3292d81a70517e1fe1ba559844ba413",
5+
"version": "3.0.1",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "f5a8b81f0e75aa7dfb3545271564bfd1ff8977c3",
510
"version": "3.0.0",

0 commit comments

Comments
 (0)