<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hey Folks, <br>
</p>
<p><br>
</p>
<p>It seems that Homebrew for some reason arbitrarily decided to
banish all of the --devel flavors from all of their installable
packages. I couldn't find any discussion as to why or what they
intend to replace the function with. <br>
</p>
<p><br>
</p>
<p>**update; this is where they decided to do this;
<a class="moz-txt-link-freetext" href="https://github.com/Homebrew/brew/pull/5060#issuecomment-428149176">https://github.com/Homebrew/brew/pull/5060#issuecomment-428149176</a><br>
</p>
<p><br>
</p>
<p>But in the meantime, 1.1pre17 is not installable from homebrew
after running 'brew update' <br>
</p>
<p>For the time being however, I was able to revert their package
file to an older version to get access to their 1.1pre17 option.<br>
</p>
<p><br>
</p>
<pre>cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core
git log Formula/tinc ( identify a good previous commit f97064665e198bbb4606bb387c4424dc1cdb4716 )
git checkout f97064665e198bbb4606bb387c4424dc1cdb4716 Formula/tinc.rb
Now I can install the devel flavor
brew install tinc --devel
</pre>
<p>Jus' sayin. </p>
<br>
<p><br>
</p>
</body>
</html>