diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-05-17 12:29:42 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-18 00:29:16 -0500 |
commit | b48d58a48f3643cd4243452530bb843b7cc49039 (patch) | |
tree | cbebae91337cd3da80d01b5a19eb0fd0e01aff1a /academic/chemtool | |
parent | 67cd6b5ccbf103a66854e1c0176027d8c98435db (diff) |
academic: nitpicks with ordering of .info file values
Yes, I'm being picky, but I prefer that the order be like this:
DOWNLOAD
MD5SUM
DOWNLOAD_x86_64
MD5SUM_x86_64
Diffstat (limited to 'academic/chemtool')
-rw-r--r-- | academic/chemtool/chemtool.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/chemtool/chemtool.info b/academic/chemtool/chemtool.info index 01e1e5a24006..13577f87883a 100644 --- a/academic/chemtool/chemtool.info +++ b/academic/chemtool/chemtool.info @@ -2,8 +2,8 @@ PRGNAM="chemtool" VERSION="1.6.9" HOMEPAGE="http://ruby.chemie.uni-freiburg.de/~martin/chemtool" DOWNLOAD="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/chemtool-1.6.9.tar.gz" -DOWNLOAD_x86_64="" MD5SUM="d13b16c019a9912cf0c3de07ca5bcd29" +DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Robby Workman" EMAIL="rw@rlworkman.net" |