homebrew-cask/Casks/drafts.rb

15 lines
495 B
Ruby

cask 'drafts' do
version '5.6.3.1'
sha256 'de314d3c5af5efe2ef9ef3ac37d9ed4d454526805aba0de0da020851c271a91f'
# s3-us-west-2.amazonaws.com/downloads.agiletortoise.com was verified as official when first introduced to the cask
url 'https://s3-us-west-2.amazonaws.com/downloads.agiletortoise.com/Drafts.app.zip'
appcast 'https://getdrafts.com/mac/beta/changelog'
name 'Drafts'
homepage 'https://getdrafts.com/mac/beta/'
depends_on macos: '>= :high_sierra'
app 'Drafts.app'
end