You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
388 B
12 lines
388 B
cask 'omnigraffle5' do
|
|
version '5.4.4'
|
|
sha256 '7bcc64093f46bd4808b1a4cb86cf90c0380a5c5ffffd55ce8f742712818558df'
|
|
|
|
url "http://www.omnigroup.com/ftp1/pub/software/MacOSX/10.6/OmniGraffle-#{version}.dmg"
|
|
name 'OmniGraffle 5'
|
|
homepage 'https://www.omnigroup.com/omnigraffle/'
|
|
|
|
app 'OmniGraffle 5.app'
|
|
|
|
zap delete: '~/Library/Application Support/The Omni Group/OmniGraffle'
|
|
end
|
|
|