homebrew-cask/Casks/praat.rb

15 lines
504 B
Ruby

cask "praat" do
version "6.1.37"
sha256 "a787608fe5477bbac2220bf7e8bbb00eb12c99f3f8be6b52a2bcfc0a1d613c57"
url "https://github.com/praat/praat/releases/download/v#{version}/praat#{version.no_dots}_mac.dmg",
verified: "github.com/praat/praat/"
appcast "https://github.com/praat/praat/releases.atom"
name "Praat"
desc "Doing phonetics by computer"
homepage "https://www.fon.hum.uva.nl/praat/"
app "Praat.app"
binary "#{appdir}/Praat.app/Contents/MacOS/Praat", target: "praat"
end