diff options
author | adam <adam@pkgsrc.org> | 2018-07-03 14:32:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-07-03 14:32:11 +0000 |
commit | 4c7d8d1db51b973db216cd066d5075007109ae4d (patch) | |
tree | f7a8264e3709a0086c1d207a2faaba32a15fef82 | |
parent | 49ed0a9ecf29dd216de81ee58da54f1c8a7db5c9 (diff) | |
download | pkgsrc-4c7d8d1db51b973db216cd066d5075007109ae4d.tar.gz |
libspectrum: updated to 1.4.4
libspectrum 1.4.4:
* Various minor bug fixes/improvements:
* Fix memory allocation in g_array_set_size()
* Cast whole expressions in printf() statements
* Fix up printf() related warnings
* Fix detection of small files in SZX unit tests
-rw-r--r-- | emulators/libspectrum/Makefile | 4 | ||||
-rw-r--r-- | emulators/libspectrum/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 29ca7d24e25..168ada6e1b6 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2018/06/12 10:33:32 adam Exp $ +# $NetBSD: Makefile,v 1.47 2018/07/03 14:32:11 adam Exp $ -DISTNAME= libspectrum-1.4.3 +DISTNAME= libspectrum-1.4.4 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} diff --git a/emulators/libspectrum/distinfo b/emulators/libspectrum/distinfo index 994c3cf3bda..a63d73da159 100644 --- a/emulators/libspectrum/distinfo +++ b/emulators/libspectrum/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2018/06/12 10:33:32 adam Exp $ +$NetBSD: distinfo,v 1.23 2018/07/03 14:32:11 adam Exp $ -SHA1 (libspectrum-1.4.3.tar.gz) = b437b9a28a52b5d6888e8056a603f4ab62c4f9ab -RMD160 (libspectrum-1.4.3.tar.gz) = d1ddcaa08dc6443d7aac5a6a0b181c56fb22c4c6 -SHA512 (libspectrum-1.4.3.tar.gz) = 6c5a88de2be01b037c48c3230cdc0597df362f58df417c412e1eaf62aeb18f0092bac9b9fa7a6f432f68cb80dd8ebda1eec8b4e8db38f1e56a061e21cca25a0b -Size (libspectrum-1.4.3.tar.gz) = 568607 bytes +SHA1 (libspectrum-1.4.4.tar.gz) = f6b073410d7b056702821452a078a29e0a6e4c09 +RMD160 (libspectrum-1.4.4.tar.gz) = da71dea5c225adfaaaf475c19c757a40a8942504 +SHA512 (libspectrum-1.4.4.tar.gz) = 83bb9242010d49898531bb62e0d4d55439b0b6a548b57a7932f074429aca70cf252dfb195e9751384510b08c98bd6bc8eefd8cb3f82b0c8d07fa245ba66e9fe2 +Size (libspectrum-1.4.4.tar.gz) = 568684 bytes |