This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository game-data-packager.
commit c645f9aa9946d666f55f07a0a77cdf8fcb40400e Author: Alexandre Detiste <[email protected]> Date: Mon May 9 10:05:03 2016 +0200 final-doom: restore support for older archive that one might still have around like for older GOG.com archives, known files should remain here forever, in case someone already have it & to avoid nagging users with warnings about unknown files. --- data/final-doom.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/final-doom.yaml b/data/final-doom.yaml index 929c37b..de1a71a 100644 --- a/data/final-doom.yaml +++ b/data/final-doom.yaml @@ -76,6 +76,18 @@ files: size: 282000 md5: 7a77ee148fd9ee5bc599356218f6f6b5 + # this archive was at http://www.teamtnt.com/other/tnt31fix.zip + # but teamtnt.com host has been offline for quite a while now. + tnt31fix.zip: + size: 119210 + md5: 8b1dcb47723f41bd2729c9d04e64d1ce + sha1: c3e952560074fe47d1ba120f6f26b80cdadb13fe + unpack: + format: zip + provides: + - tnt31.wad + + # various repackings: tnt31fix.zip?doomedsda: look_for: [tnt31fix.zip] download: http://doomedsda.us/lmps/944/tnt31fix.zip -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

