Merge pull request #6400 from dwihn0r/fstream

Add FStream.
This commit is contained in:
Vítor Galvão 2014-09-30 12:58:02 +01:00
commit 89e663999b
1 changed files with 9 additions and 0 deletions

9
Casks/fstream.rb Normal file
View File

@ -0,0 +1,9 @@
class Fstream < Cask
version :latest
sha256 :no_check
url 'http://www.sourcemac.com/fstream_FStream.tgz'
homepage 'http://www.sourcemac.com/?page=fstream'
app 'FStream.app'
end