This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository rocksndiamonds.
commit 2461887bf440d2232e99205959c4edefdc8f37ec Author: Stephen Kitt <[email protected]> Date: Tue Jan 17 22:54:49 2017 +0100 Update download information --- debian/changelog | 1 + debian/postinst.in | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d5775ee..2177576 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ rocksndiamonds (4.0.0.1+dfsg-1) UNRELEASED; urgency=medium * Switch to debhelper compatibility level 10. * Add a desktop file and remove the old menu file (thanks to Andreas Stempfhuber for the patch; closes: #658930, #727032). + * Update download information (closes: #752495). -- Stephen Kitt <[email protected]> Tue, 17 Jan 2017 12:45:49 +0100 diff --git a/debian/postinst.in b/debian/postinst.in index 2b9ae48..a4862fa 100644 --- a/debian/postinst.in +++ b/debian/postinst.in @@ -18,7 +18,8 @@ our %info= { url => 'http://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-#VERSION#.tar.gz', - md5 => '813ced99d54f89db7c593c518d197d18', + # Valid for 4.0.0.1 + md5 => '084330c6df81eee57af7e2374dac71b5', topdir => 'rocksndiamonds-#VERSION#', }, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/rocksndiamonds.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

