homebrew-cask/Casks/lincastor.rb

15 lines
557 B
Ruby

cask 'lincastor' do
version :latest
sha256 :no_check
# dropboxusercontent.com is the official download host per the vendor homepage
url 'https://dl.dropboxusercontent.com/u/7614970/LinCastor.zip'
appcast 'https://onflapp.appspot.com/lincastor',
:sha256 => 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
name 'LinCastor'
homepage 'https://onflapp.wordpress.com/lincastor/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'LinCastor.app'
end