<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font face="Monaco">I have a recipe that I built for building jzmq</font>,
      however one of the issues I have is with the naming of the release
      files from the github site.</p>
    <p>Unlike czmq which has downloads ( zip and tar.gz ) that are named
      czmq-${PV}.tar.gz, the downloads from jzmq are just called
      v${PV}.tar.gz. <br>
    </p>
    <p><br>
    </p>
    <p>How can I rename this file upon download so that the filename is
      in fact unique to this package ? <br>
    </p>
    <p>I can definitely see that the file v3.1.0.tar.gz in my downloads
      directory is not unique and could conflict with another package
      that is similarly named for its releases.</p>
    <p><br>
    </p>
    <p>My workaround right now is to use the specific SHA string and use
      the git:// protocol, but it would be a bit easier to just use the
      released version and change the filename for saving it in
      downloads.</p>
    <p><br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>