update to fnaify 3.1

Release Notes: https://github.com/rfht/fnaify/releases/tag/3.1

Main change is that it no longer removes bundled Steamworks.NET.dll. If
you want to run a game that usually bundles it, but has been installed
or run with a previous version of fnaify, you may need to do this:

$ mv fnaify-backup/Steamworks.NET.dll .

Tested with most of the catalogue of FNA/fnaify supported games.
This commit is contained in:
thfr 2022-12-18 18:43:04 +00:00
parent 7b432b24a1
commit 8e10606582
2 changed files with 3 additions and 5 deletions

View File

@ -1,13 +1,11 @@
# Don't bother on non-mono archs.
ONLY_FOR_ARCHS = ${MONO_ARCHS}
V = 3.0
V = 3.1
COMMENT = run FNA/XNA games on OpenBSD
DISTNAME = fnaify-${V}
CATEGORIES = games
REVISION = 0
HOMEPAGE = https://www.PlayOnBSD.com
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
# ISC

View File

@ -1,2 +1,2 @@
SHA256 (fnaify-3.0.tar.gz) = 2qh4KcjC3fsmiqN4450B3PG2xkYq8iNIFwfGJnLCrQ0=
SIZE (fnaify-3.0.tar.gz) = 24349
SHA256 (fnaify-3.1.tar.gz) = zS9DGzA+Jr72/3rpeRZuaEzfHe5D1Wdz3coXjUFQsis=
SIZE (fnaify-3.1.tar.gz) = 26474