Skip to content

Commit c69c305

Browse files
committed
Add gtest v1.16.0 and v1.17.0 to compat.gtest
1 parent 0ef3297 commit c69c305

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

pkgs/c/compat.gtest.lua

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ package = {
1414

1515
xpm = {
1616
linux = {
17+
["1.17.0"] = {
18+
url = "https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz",
19+
sha256 = "65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c",
20+
},
21+
["1.16.0"] = {
22+
url = "https://github.com/google/googletest/archive/refs/tags/v1.16.0.tar.gz",
23+
sha256 = "78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399",
24+
},
1725
["1.15.2"] = {
1826
url = {
1927
GLOBAL = "https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz",
@@ -23,6 +31,14 @@ package = {
2331
},
2432
},
2533
macosx = {
34+
["1.17.0"] = {
35+
url = "https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz",
36+
sha256 = "65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c",
37+
},
38+
["1.16.0"] = {
39+
url = "https://github.com/google/googletest/archive/refs/tags/v1.16.0.tar.gz",
40+
sha256 = "78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399",
41+
},
2642
["1.15.2"] = {
2743
url = {
2844
GLOBAL = "https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz",
@@ -32,6 +48,14 @@ package = {
3248
},
3349
},
3450
windows = {
51+
["1.17.0"] = {
52+
url = "https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz",
53+
sha256 = "65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c",
54+
},
55+
["1.16.0"] = {
56+
url = "https://github.com/google/googletest/archive/refs/tags/v1.16.0.tar.gz",
57+
sha256 = "78c676fc63881529bf97bf9d45948d905a66833fbfa5318ea2cd7478cb98f399",
58+
},
3559
["1.15.2"] = {
3660
url = {
3761
GLOBAL = "https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz",

0 commit comments

Comments
 (0)