From f35e4df87d9c1c28b75dca9ff56a07f48e5240eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommi=20M=C3=A4klin?= Date: Tue, 4 Jun 2024 13:21:56 +0300 Subject: [PATCH] Update binary links and add macOS arm64 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41c731c..057ef00 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ mGEMS ### mGEMS binaries Precompiled binaries are available for -* [Linux 64-bit binary](https://github.com/PROBIC/mGEMS/releases/download/v1.2.0/mGEMS_linux-v1.2.0.tar.gz) -* [macOS 64-bit binary](https://github.com/PROBIC/mGEMS/releases/download/v1.2.0/mGEMS_macOS-v1.2.0.tar.gz) +* [Linux x86_64](https://github.com/PROBIC/mGEMS/releases/download/v1.3.1/mGEMS_linux-v1.3.1.tar.gz) +* [macOS arm64](https://github.com/PROBIC/mGEMS/releases/download/v1.3.1/mGEMS-v1.3.1-arm64-apple-darwin22.tar.gz) +* [macOS x86_64](https://github.com/PROBIC/mGEMS/releases/download/v1.3.1/mGEMS-v1.3.1-x86_64-apple-darwin22.tar.gz) ### Compiling from source #### Requirements