homebrew-cask/Casks/overture.rb

13 lines
536 B
Ruby
Raw Normal View History

2016-06-12 00:18:59 +08:00
cask 'overture' do
2018-05-27 03:44:27 +08:00
version '2.6.2'
sha256 'a1fba04c86c284eea65a7a92313ffa659c042339b1bab5fbb50027bcab61047a'
2016-06-12 00:18:59 +08:00
# github.com/overturetool/overture was verified as official when first introduced to the cask
url "https://github.com/overturetool/overture/releases/download/Release%2F#{version}/Overture-#{version}-macosx.cocoa.x86_64.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/overturetool/overture/releases.atom'
2016-06-12 00:18:59 +08:00
name 'Overture Tool'
homepage 'http://overturetool.org/'
app "Overture-#{version}-macosx.cocoa.x86_64/Overture.app"
2016-06-12 00:18:59 +08:00
end