homebrew-cask/Casks/scapple.rb

14 lines
484 B
Ruby

cask :v1 => 'scapple' do
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://scrivener.s3.amazonaws.com/Scapple.dmg'
appcast 'http://www.literatureandlatte.com/downloads/scapple/scapple.xml'
name 'Scapple'
homepage 'https://www.literatureandlatte.com/scapple.php'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Scapple.app'
end