homebrew-cask/Casks/drafts.rb

15 lines
495 B
Ruby

cask 'drafts' do
version '5.6.1.1'
sha256 '0c83e42005bd533432df167d4ba0d8c20eb264ea354d679eb8f2e40a66fff0a7'
# 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