homebrew-cask/Casks/omnigraffle.rb

11 lines
289 B
Ruby
Raw Normal View History

class Omnigraffle < Cask
2013-07-12 08:31:36 +08:00
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://www.omnigroup.com/download/latest/omnigraffle'
homepage 'http://www.omnigroup.com/products/omnigraffle'
2014-09-16 00:06:03 +08:00
app 'OmniGraffle.app'
zap :files => '~/Library/Application Support/The Omni Group/OmniGraffle'
2013-07-12 08:31:36 +08:00
end