homebrew-cask/Casks/cartographica.rb

19 lines
673 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cartographica' do
2017-03-28 19:25:18 +08:00
version '1.4'
2015-07-12 18:44:35 +08:00
sha256 '8f8db101e6bfce04aaea71a70c3eef210fc12284ca26f963db883a2f62d86ebe'
2014-10-09 23:48:06 +08:00
# cluetrust.com was verified as official when first introduced to the cask
2017-03-28 19:25:18 +08:00
url 'https://www.cluetrust.com/Downloads/Cartographica.dmg'
2015-05-23 01:20:06 +08:00
appcast 'https://www.cluetrust.com/AppCasts/Cartographica.xml',
2017-03-28 19:25:18 +08:00
checkpoint: '7d9118c7b7c198a12f0cce60b50058e7cc0e261e9c79fb2cbc4a09b5d8801b9b'
name 'Cartographica'
2014-10-09 23:48:06 +08:00
homepage 'https://www.macgis.com/'
app 'Cartographica.app'
2014-10-22 18:16:40 +08:00
zap delete: [
'~/Library/Application Support/Cartographica',
'~/Library/Preferences/com.ClueTrust.Cartographica.plist',
]
2014-10-09 23:48:06 +08:00
end