monotype 6.4.1

This commit is contained in:
Bevan Kay 2023-09-06 13:26:45 +10:00
parent 64712c9da3
commit 57a5cf06cc
No known key found for this signature in database
GPG Key ID: C55CB024B5314B57
1 changed files with 32 additions and 0 deletions

32
Casks/m/monotype.rb Normal file
View File

@ -0,0 +1,32 @@
cask "monotype" do
version "6.4.1"
sha256 "515435a0fafc91db85430f6a6612acbdedf92815be3ac122011bf91695ec9d8e"
url "https://monotypeapp.monotype.com/release/#{version.no_dots}/mac/system/DTAppInstaller.tar.tgz"
name "Monotype Desktop App"
desc "Font finder and organizer"
homepage "https://support.monotype.com/en/articles/7860542-monotype-desktop-app"
livecheck do
url "https://support.monotype.com/en/articles/7859464-release-notes"
regex(/<p>Version\s*v?(\d+(?:\.\d+)+)[ "<]/i)
end
installer script: {
executable: "#{staged_path}/DTAppInstaller.app/Contents/MacOS/installbuilder.sh",
sudo: true,
}
uninstall script: {
executable: "/Applications/Monotype desktop app/uninstall.app/Contents/MacOS/installbuilder.sh",
sudo: true,
}
zap trash: [
"~/Library/Application Scripts/com.monotype.notification-service",
"~/Library/Containers/com.monotype.notification-service",
"~/Library/Preferences/com.monotype.monotype-desktop-app.plist",
"~/Library/Preferences/com.monotype.monotype-fonts-app-helper.plist",
"~/Library/Saved Application State/com.monotype.monotype-desktop-app.savedState",
]
end