homebrew-cask/Casks/praat.rb

14 lines
511 B
Ruby

cask 'praat' do
version '6.1.02'
sha256 'f5d2ff9cd6a5f89906dfe5b179ada71d399a97a5a33e6565f32ebd27671c3219'
# 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