unreal_speccy_portable: bump version

This commit is contained in:
Gerasim Troeglazov
2022-07-28 20:34:03 +10:00
parent cbe7808c56
commit 0cd226d2ec
2 changed files with 4 additions and 4 deletions

View File

@@ -3552,8 +3552,8 @@ index 0000000..113c223
+ {
+ BAboutWindow* wind = new BAboutWindow("Unreal Speccy Portable", "application/x-vnd.unreal-speccy-portable");
+ const char *backendCopyrights[]={"2021 Haiku UI by Gerasim Troeglazov (3dEyes**)\n", NULL};
+ wind->AddCopyright(2021, "SMT, Dexus, Alone Coder, deathsoft, djdron, scor.", (const char**)&backendCopyrights);
+ wind->SetVersion("0.0.86.17");
+ wind->AddCopyright(2022, "SMT, Dexus, Alone Coder, deathsoft, djdron, scor.", (const char**)&backendCopyrights);
+ wind->SetVersion("0.0.86.18");
+ wind->AddDescription("Portable ZX Spectrum emulator.");
+ wind->AddExtraInfo(
+"This program is free software: you can redistribute it and/or modify\n\

View File

@@ -3,11 +3,11 @@ DESCRIPTION="Portable ZX-Spectrum emulator supports Z80 128K (Pentagon) AY/YM, \
Beeper, Beta Disk, Tape, Kempston Joystick/Mouse, Snapshots, Replays.
Supported formats: sna, z80, szx, rzx, tap, tzx, csw, trd, scl, fdi, td0, udi, zip."
HOMEPAGE="https://bitbucket.org/djdron/unrealspeccyp"
COPYRIGHT="2021 SMT, Dexus, Alone Coder, deathsoft, djdron, scor, 3dEyes"
COPYRIGHT="2014-2022 SMT, Dexus, Alone Coder, deathsoft, djdron, scor, 3dEyes"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://github.com/djdron/UnrealSpeccyP/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="b212e058d011f280cd6fe36a7f35c190d36a74afcd070d721cd80122bd3ffd9a"
CHECKSUM_SHA256="bfab2463a7eb8e720770eaea9bc50cdc70bbbda190af2ff6b5bd8a970b9fa8c0"
SOURCE_DIR="UnrealSpeccyP-$portVersion"
PATCHES="unreal_speccy_portable-$portVersion.patchset"