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/ent | |
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/ent')
-rw-r--r-- | academic/ent/ent.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/ent/ent.info b/academic/ent/ent.info index 18cf1cd3639a..3b2a29293f0a 100644 --- a/academic/ent/ent.info +++ b/academic/ent/ent.info @@ -2,8 +2,8 @@ PRGNAM="ent" VERSION="20080128" HOMEPAGE="http://www.fourmilab.ch/random/" DOWNLOAD="http://www.fourmilab.ch/random/random.zip" -DOWNLOAD_x86_64="" MD5SUM="8104a83af1ea5b280da96c92da18eae4" +DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |