Update presentation from 2.0 to 2.2.0 (#80899)

This commit is contained in:
suschizu 2020-04-18 17:32:34 +02:00 committed by GitHub
parent 54cc1976f3
commit c4f6c057af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -1,12 +1,13 @@
cask 'presentation' do
version '2.0'
sha256 '871bbd6ed4eb0d3dfed4c060b11197d86bbdde2ac1dc2d8fb35cff72ff3bfce9'
version '2.2.0'
sha256 '8c441e174e3d3920681c58b40b586c1d10af604f68659dbb264ae7c0572d90b2'
url "http://iihm.imag.fr/blanch/software/osx-presentation/releases/osx-presentation-#{version}.dmg"
url "http://iihm.imag.fr/blanch/software/osx-presentation/releases/osx-presentation-#{version}.pkg"
appcast 'http://iihm.imag.fr/blanch/software/osx-presentation/'
name 'Présentation'
homepage 'http://iihm.imag.fr/blanch/software/osx-presentation/'
app 'Présentation.app'
binary "#{appdir}/Présentation.app/Contents/MacOS/presentation.py", target: 'presentation'
pkg "osx-presentation-#{version}.pkg"
uninstall pkgutil: 'fr.imag.iihm.blanch.osx-presentation'
end