<div dir="ltr"><div><font style="font-family:arial,sans-serif" size="2">Hello,<br></font></div><div><font style="font-family:arial,sans-serif" size="2"><br></font></div><div><font style="font-family:arial,sans-serif" size="2">I was playing around with making some command line tools for parsing the SLACKBUILDS.TXT file when I noticed a couple improperly listed MD5SUMs in the SLACKBUILDS.TXT file. <br></font></div><div><font style="font-family:arial,sans-serif" size="2"><br></font></div><div><font style="font-family:arial,sans-serif" size="2">The 'vst3sdk' slackbuild's md5sum in SLACKBUILDS.TXT is listed as: </font></div><div><font style="font-family:arial,sans-serif" size="2">SLACKBUILD MD5SUM: 463991d7841d15c719a7e06f052b70af42f09893f870635fea4f689aa6b9de989017e25a9ccb87d2de14a7936a37e58153f1eece19363900ccb9f49261e97ffd739bd26a2c2e786d9338e13042e20ee6cdc51a80c28577308b037caeeb274dd2f040faf28ba22514fcbe13667c1435ffb332b0cce26311a2a419b162be53ea54</font></div><div><font style="font-family:arial,sans-serif" size="2"><br></font></div><div><font style="font-family:arial,sans-serif" size="2">The 'haskell-test-framework' slackbuild's md5sum in SLACKBUILDS.TXT is listed as:<br></font></div><div><font style="font-family:arial,sans-serif" size="2">SLACKBUILD MD5SUM: a7e351ab89c8513d2e41f5179c72e98526f4e157fbecb21dcc0d159686918d61</font></div><div><font style="font-family:arial,sans-serif" size="2"><br></font></div><div><font style="font-family:arial,sans-serif" size="2">In both cases these are multiple md5sums that have been joined together instead of separated by spaces, probably because the .info files for those slackbuilds haven't put spaces between the individual md5sums and the new line escaping backslashes. E.g: The '<a href="http://haskell-test-framework.info">haskell-test-framework.info</a>' file has: <br></font></div><div><pre><font style="font-family:arial,sans-serif" size="2">MD5SUM="a7e351ab89c8513d2e41f5179c72e985\
26f4e157fbecb21dcc0d159686918d61"<br></font></pre></div><div><font style="font-family:arial,sans-serif" size="2">When it should probably be:</font></div><div><pre><font style="font-family:arial,sans-serif" size="2">MD5SUM="a7e351ab89c8513d2e41f5179c72e985 \
26f4e157fbecb21dcc0d159686918d61"<br></font></pre><pre><font style="font-family:arial,sans-serif" size="2">Perhaps enforcing spaces before backslash/escape characters in .info files should be done so the files are consistent? Could even be added to sbolint I suppose.<br>I'm not sure what is generating that SLACKBUILDS.TXT but perhaps its parsing code could also be adjusted to allow for those cases as an alternate fix.<br></font></pre><font size="2">Thanks for your time,<br></font><pre><font style="font-family:arial,sans-serif" size="2">Bob<br></font></pre></div></div>