homebrew-cask/Casks/datagraph.rb

11 lines
225 B
Ruby
Raw Normal View History

2014-07-27 10:04:34 +08:00
class Datagraph < Cask
2014-09-17 19:42:42 +08:00
version :latest
2014-09-26 22:28:01 +08:00
sha256 :no_check
2014-07-27 10:04:34 +08:00
url 'http://www.visualdatatools.com/DataGraph/DataGraph.dmg'
homepage 'http://www.visualdatatools.com/DataGraph/'
2014-10-01 23:32:44 +08:00
license :unknown
2014-07-27 10:04:34 +08:00
2014-09-16 00:05:27 +08:00
app 'DataGraph.app'
2014-07-27 10:04:34 +08:00
end