diff options
author | rodent <rodent@pkgsrc.org> | 2013-12-31 13:17:00 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-12-31 13:17:00 +0000 |
commit | 63d0a46a6f6f24f95820b5986e6c46d7ee187542 (patch) | |
tree | 3640f40b4ace4299f51accd74b81922a034ae99f /games | |
parent | 8a93b715d5ee2a41a2aebb79366161eb952fe6ec (diff) | |
download | pkgsrc-63d0a46a6f6f24f95820b5986e6c46d7ee187542.tar.gz |
Updated to latest release, 1.1.1. From ChangeLog:
* Fix a libmodplug compilation problem due to wrong sndfile.h (#324).
* Fix teletransporters activated while coming back from falling (#346).
* Fix a crash when changing the hero state in block:on_moved (#340).
* Fix enemy death detection when falling into hole, lava or water (#350).
Diffstat (limited to 'games')
-rw-r--r-- | games/solarus/Makefile | 4 | ||||
-rw-r--r-- | games/solarus/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/solarus/Makefile b/games/solarus/Makefile index 3c77705272d..1e60ccc8878 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2013/11/29 23:54:35 dholland Exp $ +# $NetBSD: Makefile,v 1.9 2013/12/31 13:17:00 rodent Exp $ -VERSION= 1.1.0 +VERSION= 1.1.1 DISTNAME= solarus-${VERSION}-src PKGNAME= ${DISTNAME:S/-src//1} CATEGORIES= games diff --git a/games/solarus/distinfo b/games/solarus/distinfo index 2d91bd07a0d..a5c9f738dfb 100644 --- a/games/solarus/distinfo +++ b/games/solarus/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/11/02 17:09:26 rodent Exp $ +$NetBSD: distinfo,v 1.4 2013/12/31 13:17:00 rodent Exp $ -SHA1 (solarus-1.1.0-src.tar.gz) = e52791edf33b11b8abb4f1032e456c61b326a50f -RMD160 (solarus-1.1.0-src.tar.gz) = 94525793b0163e4311c3b1a337e7041bed9d62e7 -Size (solarus-1.1.0-src.tar.gz) = 2393855 bytes +SHA1 (solarus-1.1.1-src.tar.gz) = b4eede19043f2311b7c3d37616f527f1a8abb2f4 +RMD160 (solarus-1.1.1-src.tar.gz) = f98a5ff913d10e2db7f9edbc531da3f082025cad +Size (solarus-1.1.1-src.tar.gz) = 2394595 bytes |