Add DrawBot

Statisfies #22503
Due to lack of upstream versioning in download, I opted to not set a version. Given that this cask now lacks versioning, I assumed setting the appcast URL would require maintenance that was unnecessary.
This commit is contained in:
Sean Smith 2016-07-01 00:15:19 -04:00 committed by Aditya Dalal
parent d295ce8353
commit 31ff3d7b1c
No known key found for this signature in database
GPG Key ID: 82D94BA42315E1DC
1 changed files with 14 additions and 0 deletions

14
Casks/drawbot.rb Normal file
View File

@ -0,0 +1,14 @@
cask 'drawbot' do
version '3.82'
sha256 'fa7c6478a7a34ac61f6ff7f8e5705e789aba1730174ee8ec15c6f29c2e7f4317'
# typemytype.com/drawBot was verified as official when first introduced to the cask
url 'http://static.typemytype.com/drawBot/DrawBot.dmg'
appcast 'https://raw.githubusercontent.com/typemytype/drawbot/master/drawBotSettings.py',
checkpoint: '0b1eaee8db2a260a43559382da5b02dd08be587121b256155256b433880a75e7'
name 'DrawBot'
homepage 'http://www.drawbot.com'
license :bsd
app 'DrawBot.app'
end