homebrew-cask/Casks/lincastor.rb

13 lines
427 B
Ruby
Raw Normal View History

2014-11-14 01:26:15 +08:00
cask :v1 => '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-04-09 02:28:58 +08:00
name 'LinCastor'
homepage 'http://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