diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-01 16:01:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-01 16:01:15 +0000 |
commit | 0332eec75d7f9ccd1be3f13fddc1fb6997380b1d (patch) | |
tree | b5b49660fb94770574fe6b7914e512bca298d010 /games | |
parent | 806ad387aaedbc4579122935a37f29c993b24ab5 (diff) | |
download | pkgsrc-0332eec75d7f9ccd1be3f13fddc1fb6997380b1d.tar.gz |
Update to 0.8.3.
Changes from version 0.8.2
--------------------------
- Add missing mutex initialization.
Changes from version 0.8.1
--------------------------
- Fix compilation failure.
Changes from version 0.8.0
--------------------------
- Reduce open book file size.
- Slightly improved AI speed.
- Reorganize exception handling code.
Changes from version 0.7.1
--------------------------
- Add experimental parity evaluator.
Diffstat (limited to 'games')
-rw-r--r-- | games/grhino/Makefile | 4 | ||||
-rw-r--r-- | games/grhino/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 1617d9cbbcf..9f8c9c72395 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/08/06 12:25:41 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/09/01 16:01:15 wiz Exp $ # -DISTNAME= grhino-0.7.1 +DISTNAME= grhino-0.8.3 CATEGORIES= games MASTER_SITES= http://ftp1.sourceforge.net/rhino/ diff --git a/games/grhino/distinfo b/games/grhino/distinfo index 5cc92ac0fbe..352b8d0965a 100644 --- a/games/grhino/distinfo +++ b/games/grhino/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/08/06 12:25:41 wiz Exp $ +$NetBSD: distinfo,v 1.3 2003/09/01 16:01:15 wiz Exp $ -SHA1 (grhino-0.7.1.tar.gz) = 8137d4ad5145b80a82dd7926b1527077568137ba -Size (grhino-0.7.1.tar.gz) = 907571 bytes +SHA1 (grhino-0.8.3.tar.gz) = b8b0ad77897c0d30497d624a6446643985a1c958 +Size (grhino-0.8.3.tar.gz) = 875366 bytes |