homebrew-cask/Casks/praat.rb

14 lines
511 B
Ruby

cask 'praat' do
version '6.0.43'
sha256 '3742754d7fc3d42f0023f670bd4eb2cc125aa910df1c0a71cccf771cb9fc4332'
# github.com/praat/praat was verified as official when first introduced to the cask
url "https://github.com/praat/praat/releases/download/v#{version}/praat#{version.no_dots}_mac64.dmg"
appcast 'https://github.com/praat/praat/releases.atom'
name 'Praat'
homepage 'http://www.fon.hum.uva.nl/praat/'
app 'Praat.app'
binary "#{appdir}/Praat.app/Contents/MacOS/Praat", target: 'praat'
end