<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>It looks like there is a version mis-match between the .info and
      the .SlackBuild file (for the 64bit version):</p>
    <pre>$ cat spotify.info
PRGNAM="spotify"
VERSION="1.1.10"
HOMEPAGE=<a class="moz-txt-link-rfc2396E" href="https://www.spotify.com">"https://www.spotify.com"</a>
DOWNLOAD=<a class="moz-txt-link-rfc2396E" href="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb">"http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb"</a>
MD5SUM="c8e54d60452bda40f6de23f11c909b2d"
DOWNLOAD_x86_64=<a class="moz-txt-link-rfc2396E" href="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.1.10.546.ge08ef575-19_amd64.deb">"http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.1.10.546.ge08ef575-19_amd64.deb"</a>
...

</pre>
    <p>And the SlackBuild:</p>
    <pre>
PRGNAM=spotify
SRCNAM=spotify-client
VERSION=${VERSION:-1.1.42}
VERSION32=${VERSION32:-1.0.72}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}

</pre>
    <p>Thanks,</p>
    <p>Barry</p>
    <pre>
</pre>
  </body>
</html>