1 cask "arturia-software-center" do
3 sha256 "2001db0a0bedbe041043808f2c14cb037a23ca1a83ba9b2da6ea4851f0677fff"
5 url "https://dl.arturia.net/products/asc/soft/Arturia_Software_Center__#{version.dots_to_underscores}.pkg",
6 verified: "dl.arturia.net/"
7 name "Arturia Software Center"
8 desc "Installer and license activation for Arturia products"
9 homepage "https://www.arturia.com/technology/asc"
12 url "https://www.arturia.com/api/resources?slugs=asc&types=soft"
13 strategy :json do |json|
15 next if item["platform_type"] != "mac"
24 pkg "Arturia_Software_Center__#{version.dots_to_underscores}.pkg"
26 uninstall launchctl: "com.Arturia.ArturiaSoftwareCenterAgent",
28 "com.Arturia.ArturiaSoftwareCenter.fonts",
29 "com.Arturia.ArturiaSoftwareCenter.resources",
33 "/Library/Arturia/Arturia Software Center",
34 "/Library/ArturiaSC/",
37 "~/Library/Caches/com.Arturia.ArturiaSoftwareCenter",
38 "~/Library/Saved Application State/com.Arturia.ArturiaSoftwareCenter.savedState",
39 "~/Library/WebKit/com.Arturia.ArturiaSoftwareCenter",
41 rmdir: "/Library/Arturia"