From 400c68a196d1611c0c6676ed4ca6c8ea93fa7198 Mon Sep 17 00:00:00 2001 From: everoddandeven Date: Fri, 27 Feb 2026 16:06:49 +0100 Subject: [PATCH] Update README * Bump ICU to v75.1-2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 455fefd0..a9edf953 100644 --- a/README.md +++ b/README.md @@ -227,8 +227,8 @@ For example, [monero-java](https://github.com/woodser/monero-java) compiles this ``` pacman -S mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake mingw-w64-x86_64-openssl mingw-w64-x86_64-zeromq mingw-w64-x86_64-libsodium mingw-w64-x86_64-hidapi mingw-w64-x86_64-unbound mingw-w64-x86_64-protobuf git mingw-w64-x86_64-libusb gettext base-devel - wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-icu-75.1-1-any.pkg.tar.zst - pacman -U mingw-w64-x86_64-icu-75.1-1-any.pkg.tar.zst + wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-icu-75.1-2-any.pkg.tar.zst + pacman -U mingw-w64-x86_64-icu-75.1-2-any.pkg.tar.zst wget https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-boost-1.85.0-4-any.pkg.tar.zst pacman -U mingw-w64-x86_64-boost-1.85.0-4-any.pkg.tar.zst ```