Skip to content

Commit 1ca4320

Browse files
Merge pull request #412 from gm-m/update-stockfish-label
update Stockfish label to v18 and adjust Windows AVX2 download size
2 parents 517be9c + 0d1de31 commit 1ca4320

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/utils/engines.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const requiredEngineSettings = ["MultiPV", "Threads", "Hash"];
1010
const ENGINES = [
1111
{
1212
name: "Stockfish",
13-
version: "17.1",
13+
version: "18",
1414
os: "windows",
1515
bmi2: true,
1616
image: "https://upload.wikimedia.org/wikipedia/commons/3/3a/NewLogoSF.png",
@@ -19,11 +19,11 @@ const ENGINES = [
1919
"https://github.com/official-stockfish/Stockfish/releases/latest/download/stockfish-windows-x86-64-avx2.zip",
2020
path: "stockfish/stockfish-windows-x86-64-avx2.exe",
2121
elo: 3635,
22-
downloadSize: 65412642,
22+
downloadSize: 76955020,
2323
},
2424
{
2525
name: "Stockfish",
26-
version: "17.1",
26+
version: "18",
2727
os: "windows",
2828
bmi2: false,
2929
image: "https://upload.wikimedia.org/wikipedia/commons/3/3a/NewLogoSF.png",
@@ -36,7 +36,7 @@ const ENGINES = [
3636
},
3737
{
3838
name: "Stockfish",
39-
version: "17.1",
39+
version: "18",
4040
os: "macos",
4141
bmi2: true,
4242
image: "https://upload.wikimedia.org/wikipedia/commons/3/3a/NewLogoSF.png",
@@ -47,7 +47,7 @@ const ENGINES = [
4747
},
4848
{
4949
name: "Stockfish",
50-
version: "17.1",
50+
version: "18",
5151
os: "macos",
5252
bmi2: false,
5353
image: "https://upload.wikimedia.org/wikipedia/commons/3/3a/NewLogoSF.png",
@@ -58,7 +58,7 @@ const ENGINES = [
5858
},
5959
{
6060
name: "Stockfish",
61-
version: "17.1",
61+
version: "18",
6262
os: "linux",
6363
bmi2: true,
6464
image: "https://upload.wikimedia.org/wikipedia/commons/3/3a/NewLogoSF.png",
@@ -71,7 +71,7 @@ const ENGINES = [
7171
},
7272
{
7373
name: "Stockfish",
74-
version: "17.1",
74+
version: "18",
7575
os: "linux",
7676
bmi2: false,
7777
image: "https://upload.wikimedia.org/wikipedia/commons/3/3a/NewLogoSF.png",

0 commit comments

Comments
 (0)