homebrew-cask/Casks/timeedition.rb

19 lines
563 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'timeedition' do
version '1.1.6'
sha256 'd0bb9fd92c0d7ee85813ed96a1e2e75a730d2fb4f564d3891cc645c005ca16ff'
2016-06-20 02:32:47 +08:00
# downloads.sourceforge.net/sourceforge/timeedition was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/sourceforge/timeedition/timeEdition#{version}-macosx.dmg.zip"
name 'timeEdition'
2015-06-29 14:32:18 +08:00
homepage 'https://www.timeedition.com/old/en/'
license :gpl
container nested: "timeEdition#{version}-macosx.dmg"
app "timeEdition #{version}/timeEdition.app"
caveats do
discontinued
end
end