Update overture to 2.5.4 (#41618)

* Update overture to 2.5.4

* Update overture.rb
This commit is contained in:
Gianni Tam-McMillan 2017-12-03 22:05:55 +00:00 committed by commitay
parent bd50a7d093
commit 678e6eec81
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
cask 'overture' do
version '2.4.8'
sha256 'b2d93c06529bef563b7ee0bbd1e4488c02c22ccf8dd977c5be6e1ff1e912d871'
version '2.5.4'
sha256 '8dc6b714ce3bc811e5f3c83bf689b164f7101956cf5a6a3615b4b1e87d94a8ef'
# 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"
appcast 'https://github.com/overturetool/overture/releases.atom',
checkpoint: '33c6493d0bf533dd560165333c18b05884c22cb3baa97d58b771214d318ebf42'
checkpoint: '45f8c70a788dd81c8c1938af50bca548c6b2f9c4f1d9af4358b0108e11820077'
name 'Overture Tool'
homepage 'http://overturetool.org/'
app 'Overture.app'
app "Overture-#{version}-macosx.cocoa.x86_64/Overture.app"
end