diff options
author | adam <adam@pkgsrc.org> | 2017-10-13 04:44:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-10-13 04:44:20 +0000 |
commit | 4fcd9ace68bcfb08ed7e9ab17ed7bb503210306f (patch) | |
tree | 6ef2fab10e4bc2451ab4f4e5f6b58ca76924acc4 /emulators/libspectrum/Makefile | |
parent | 194f3c39074218338a7288d5881c3462563faa5d (diff) | |
download | pkgsrc-4fcd9ace68bcfb08ed7e9ab17ed7bb503210306f.tar.gz |
libspectrum: update to 1.4.1
libspectrum 1.4.1:
* Fix generation of malformed RZXs
* Various minor bug fixes/improvements:
* Build test program on "make check" rule
* Additional unit tests for SZX reading/writing
* Free DivIDE/DivMMC memory from snapshots
* Remove C99 typedef redefinition of libspectrum_mmc_card
* Correct version for MLT class addition
Diffstat (limited to 'emulators/libspectrum/Makefile')
-rw-r--r-- | emulators/libspectrum/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index a2ec33d45f4..b845f37c996 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2017/09/06 15:31:37 adam Exp $ +# $NetBSD: Makefile,v 1.44 2017/10/13 04:44:20 adam Exp $ -DISTNAME= libspectrum-1.4.0 +DISTNAME= libspectrum-1.4.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} |