homebrew-cask/Casks/scapple.rb

15 lines
528 B
Ruby

cask 'scapple' do
version '1.2'
sha256 '1b9968a7927c29b5b4fa4d2c9e5ce78c56e5c3cfbb42847836c2e732018d92c1'
# amazonaws.com is the official download host per the vendor homepage
url 'https://scrivener.s3.amazonaws.com/Scapple.dmg'
appcast 'https://www.literatureandlatte.com/downloads/scapple/scapple.xml',
:sha256 => '60768ef79f659ecee6c6df4a430551332a4ac752b706083f797726c88ec70424'
name 'Scapple'
homepage 'https://www.literatureandlatte.com/scapple.php'
license :commercial
app 'Scapple.app'
end