homebrew-cask/Casks/fstream.rb

14 lines
385 B
Ruby
Raw Normal View History

2014-11-14 01:25:53 +08:00
cask :v1 => 'fstream' do
2014-09-30 19:01:01 +08:00
version :latest
sha256 :no_check
url 'http://www.sourcemac.com/fstream_FStream.tgz'
2015-07-09 08:58:13 +08:00
appcast 'http://www.sourcemac.com/sparkle.php?id=156&content=xml',
:sha256 => '01ef6ac710afdc6e9bff5969ee9bb3f4a04d9e962d94bf8c6755ba44409192ad'
2015-01-12 01:47:40 +08:00
name 'FStream'
2014-09-30 19:01:01 +08:00
homepage 'http://www.sourcemac.com/?page=fstream'
2015-09-01 00:38:33 +08:00
license :gratis
2014-09-30 19:01:01 +08:00
app 'FStream.app'
end