homebrew-cask/Casks/praat.rb

14 lines
513 B
Ruby

cask "praat" do
version "6.1.16"
sha256 "21c01fb541f1f73fcf94aea62662a4a95996bd0fafb210f472dec2e53ab1fd65"
# 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 "https://www.fon.hum.uva.nl/praat/"
app "Praat.app"
binary "#{appdir}/Praat.app/Contents/MacOS/Praat", target: "praat"
end