homebrew-cask/Casks/d/dictunifier.rb

14 lines
451 B
Ruby

cask "dictunifier" do
version "2.1"
sha256 "ff80b354ebcbe7ddad0e01d64c667e6a026d92f6bac01d380ec009205679f14c"
url "https://github.com/jjgod/mac-dictionary-kit/releases/download/v#{version}/DictUnifier-#{version}.zip"
name "DictUnifier"
desc "Dictionary conversion tool"
homepage "https://github.com/jjgod/mac-dictionary-kit/"
app "DictUnifier.app"
zap trash: "~/Library/Saved Application State/org.jjgod.DictUnifier.savedState"
end