diff options
author | Jason Woodward <woodwardj@jaos.org> | 2010-09-12 23:56:38 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-12 23:56:38 -0500 |
commit | bf08fafc1ddf420925bb1a829201362ddab12e12 (patch) | |
tree | 2f719ccf8ebbb5178e57f562f4490b1f2e33e710 /development/gputils | |
parent | beeb8211b0dca93514a8218eb8b4cd7c6b0f2331 (diff) | |
download | slackbuilds-bf08fafc1ddf420925bb1a829201362ddab12e12.tar.gz |
Various: standardize newline handling and whitespace in .info files
Most DOWNLOAD values use newline escapes, but some previously
did not - let's standardize that.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/gputils')
-rw-r--r-- | development/gputils/gputils.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/gputils/gputils.info b/development/gputils/gputils.info index 452af43eb0..d1d81e2407 100644 --- a/development/gputils/gputils.info +++ b/development/gputils/gputils.info @@ -3,7 +3,7 @@ VERSION="0.13.7" HOMEPAGE="http://gputils.sourceforge.net/" DOWNLOAD="http://downloads.sourceforge.net/gputils/gputils-0.13.7.tar.gz" MD5SUM="242e33919e9c318d6ac58b6db291d20e" -DOWNLOAD_x86_64="" +DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="GPLeo" EMAIL="gpleomail@gmail.com" |