New Cask - timeEdition.

Added a new formula - timeEdition 1.1.6.
This commit is contained in:
Johan Carlquist 2015-03-03 16:02:33 +01:00
parent bf4f7e32b9
commit 0b6cd2a59e
1 changed files with 14 additions and 0 deletions

14
Casks/timeedition.rb Normal file
View File

@ -0,0 +1,14 @@
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