Skip to content

Commit

Permalink
Merge pull request #200203 from maxfliri/ik-product-manager
Browse files Browse the repository at this point in the history
ik-product-manager 1.1.7 (new cask)
  • Loading branch information
daeho-ro authored Feb 2, 2025
2 parents c846e9e + e88c818 commit 614ef9d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Casks/i/ik-product-manager.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
cask "ik-product-manager" do
version "1.1.7"
sha256 "f6da9e2be46797bc0557617f7a6737e3e2d724aa4dc906c24ac6ca4d70beeac4"

url "https://g1.ikmultimedia.com/plugins/ProductManager/ik_product_manager_#{version}.dmg",
referer: "https://www.ikmultimedia.com/",
user_agent: :fake
name "IK Product Manager"
desc "Tool for downloading and authorising IK Multimedia software"
homepage "https://www.ikmultimedia.com/products/productmanager/"

livecheck do
url :homepage
regex(/href=.*?ik[._-]product[._-]manager[._-]v?(\d+(?:\.\d+)+)\.zip/i)
end

pkg "Install IK Product Manager (v#{version}).pkg"

uninstall pkgutil: "com.ikmultimedia.productmanager",
delete: "/Library/Documentation/IK Multimedia/IK Product Manager"

zap trash: [
"~/Documents/IK Multimedia/IK Product Manager",
"~/Library/Preferences/com.ikmultimedia.Product Manager.plist",
"~/Library/Preferences/com.ikmultimedia.Product Manager.plist.lockfile",
"~/Library/Saved Application State/com.ikmultimedia.productmanager.savedState",
]
end

0 comments on commit 614ef9d

Please sign in to comment.