homebrew-cask/Casks/geoda.rb

16 lines
628 B
Ruby
Raw Normal View History

cask 'geoda' do
2018-01-29 05:25:39 +08:00
version '1.12.1.59'
sha256 'f9c96644b11f3aaa5aa12f4cfbeacc51fa01a29404d427d3ae1d9355dfe6f390'
# s3-us-west-2.amazonaws.com/geodasoftware was verified as official when first introduced to the cask
2017-11-12 04:29:43 +08:00
url "https://s3-us-west-2.amazonaws.com/geodasoftware/GeoDa#{version}-Installer.dmg"
appcast 'https://github.com/GeoDaCenter/geoda/releases.atom',
2018-01-29 05:25:39 +08:00
checkpoint: '1b95843042e8f0197d607653065be7f2393f231cac42579f9c1175f3c9b78ce8'
name 'GeoDa'
homepage 'https://geodacenter.github.io/'
app 'GeoDa.app'
2017-11-18 18:08:50 +08:00
zap trash: '~/Library/Saved Application State/edu.asu.geodacenter.GeoDa.savedState'
end