openmohaa: update to openmohaa-0.81.1
v0.81.1-beta
============
This tiny patch quickly fixes the following important issues:
* Fixed the text of pulldown elements being invisible on some menus
* Fixed the server not taking the client rate into account and
transmitting network fragments too fast, this may be the reason
why some clients were unable to connect
v0.81.0-beta
============
macOS binaries are now released as universal binaries.
Signed and notarized macOS builds are available here:
[138 lines not shown]
rust188: add a package for rust 1.88.0.
Pkgsrc changes:
* Adjust patches to adapt to upstream changes and new versions.
* associated checksums
Upstream changes relative to 1.87.0:
Version 1.88.0 (2025-06-26)
==========================
Language
--------
- [Stabilize `#![feature(let_chains)]` in the 2024 edition.]
(https://github.com/rust-lang/rust/pull/132833)
This feature allows `&&`-chaining `let` statements inside `if`
and `while`, allowing intermixture with boolean expressions. The
patterns inside the `let` sub-expressions can be irrefutable or
refutable.
[130 lines not shown]