homebrew-cask/Casks/ganttproject.rb

12 lines
395 B
Ruby
Raw Normal View History

2014-11-14 01:25:54 +08:00
cask :v1 => 'ganttproject' do
2015-01-18 04:54:57 +08:00
version '2.6.5-r1638'
sha256 '8cee2c4575389bd5961e1e105d0a4fdca37969cc57e049456a885f5fdbcee9ec'
# googlecode.com is the official download host per the vendor homepage
2014-09-26 20:08:55 +08:00
url "https://ganttproject.googlecode.com/files/ganttproject-#{version}.dmg"
homepage 'http://www.ganttproject.biz'
2014-10-01 23:32:56 +08:00
license :oss
2015-01-18 04:54:57 +08:00
app "GanttProject #{version.sub(%r{-.*},'')}.app"
end