Skip to content

Commit 02caab5

Browse files
authored
Update GB6 to latest release (v6.2.2)
1 parent 249af05 commit 02caab5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

yabs.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Yet Another Bench Script by Mason Rowe
4-
# Initial Oct 2019; Last update Sep 2023
4+
# Initial Oct 2019; Last update Nov 2023
55

66
# Disclaimer: This project is a work in progress. Any errors or suggestions should be
77
# relayed to me via the GitHub project page linked below.
@@ -12,7 +12,7 @@
1212
# performance via fio. The script is designed to not require any dependencies
1313
# - either compiled or installed - nor admin privileges to run.
1414

15-
YABS_VERSION="v2023-09-06"
15+
YABS_VERSION="v2023-11-24"
1616

1717
echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #'
1818
echo -e '# Yet-Another-Bench-Script #'
@@ -889,8 +889,8 @@ function launch_geekbench {
889889
|| GB_URL="https://cdn.geekbench.com/Geekbench-5.5.1-Linux.tar.gz"
890890
GB_CMD="geekbench5"
891891
else # Geekbench v6
892-
[[ $ARCH = *aarch64* || $ARCH = *arm* ]] && GB_URL="https://cdn.geekbench.com/Geekbench-6.2.1-LinuxARMPreview.tar.gz" \
893-
|| GB_URL="https://cdn.geekbench.com/Geekbench-6.2.1-Linux.tar.gz"
892+
[[ $ARCH = *aarch64* || $ARCH = *arm* ]] && GB_URL="https://cdn.geekbench.com/Geekbench-6.2.2-LinuxARMPreview.tar.gz" \
893+
|| GB_URL="https://cdn.geekbench.com/Geekbench-6.2.2-Linux.tar.gz"
894894
GB_CMD="geekbench6"
895895
fi
896896
GB_RUN="True"

0 commit comments

Comments
 (0)