homebrew-cask-versions/Casks/timeedition.rb
Johan Carlquist 0b6cd2a59e New Cask - timeEdition.
Added a new formula - timeEdition 1.1.6.
2015-03-04 16:11:50 +01:00

14 lines
495 B
Ruby

cask :v1 => 'timeedition' do
version '1.1.6'
sha256 'd0bb9fd92c0d7ee85813ed96a1e2e75a730d2fb4f564d3891cc645c005ca16ff'
# sourceforge.net is the official download host per the vendor homepage
url "http://downloads.sourceforge.net/sourceforge/timeedition/timeEdition#{version}-macosx.dmg.zip"
name 'timeEdition'
homepage 'http://www.timeedition.com/old/en/'
license :gpl
container :nested => "timeEdition#{version}-macosx.dmg"
app "timeEdition #{version}/timeEdition.app"
end