homebrew-cask/Casks/lincastor.rb

15 lines
557 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lincastor' do
2014-09-17 19:42:51 +08:00
version :latest
2014-06-06 22:58:03 +08:00
sha256 :no_check
# dropboxusercontent.com is the official download host per the vendor homepage
url 'https://dl.dropboxusercontent.com/u/7614970/LinCastor.zip'
2015-06-01 04:52:44 +08:00
appcast 'https://onflapp.appspot.com/lincastor',
:sha256 => '73779a4fd108e386f7da331dc54810f33de4af3a25e66b75a8155b24382a155f'
name 'LinCastor'
homepage 'https://onflapp.wordpress.com/lincastor/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:51 +08:00
app 'LinCastor.app'
end