Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Klaus Hipp <[email protected]>
  • Loading branch information
maxfliri and khipp authored Feb 1, 2025
1 parent 9410675 commit 9580735
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Casks/i/ik-product-manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
user_agent: :fake
name "IK Product Manager"
desc "Tool for downloading and authorising IK Multimedia software"
homepage "https://www.ikmultimedia.com/"
homepage "https://www.ikmultimedia.com/products/productmanager/"

livecheck do
url "https://www.ikmultimedia.com/products/productmanager"
regex(%r{href=.*?/ik_product_manager_(\d+(?:\.\d+)*)\.zip}i)
url :homepage
regex(/href=.*?ik[._-]product[._-]manager[._-]v?(\d+(?:\.\d+)+)\.zip/i)
end

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

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

0 comments on commit 9580735

Please sign in to comment.