homebrew-cask/Casks/drafts.rb

15 lines
495 B
Ruby

cask 'drafts' do
version '5.6.3.4'
sha256 'd06d95e30dcc2308a9f62b5043d1de0dd8506ef75c9e290ec4d31b37d036b2d4'
# 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