homebrew-cask/Casks/opentoonz.rb

15 lines
510 B
Ruby

cask "opentoonz" do
version "1.4.0"
sha256 "dbb4d961fb7ff4cd3200faaa7de00e10f220e6ccfca430c61d409bbfc100950d"
# github.com/opentoonz/opentoonz/ was verified as official when first introduced to the cask
url "https://github.com/opentoonz/opentoonz/releases/download/v#{version}/OpenToonz.pkg"
appcast "https://github.com/opentoonz/opentoonz/releases.atom"
name "OpenToonz"
homepage "https://opentoonz.github.io/e/index.html"
pkg "OpenToonz.pkg"
uninstall pkgutil: "io.github.opentoonz"
end