cask "fractal-bot" do version "3.00.20" sha256 "ae387f63b0f7557d275bad4e4a674fa155d74027523836989544780dc7849be4" url "https://www.fractalaudio.com/downloads/fractal-bot/Fractal-Bot-OSX-v#{version.tr(".", "p")}.dmg" name "Fractal Bot" desc "Send and receive data to and from your Fractal Audio Systems products" homepage "https://www.fractalaudio.com/fractal-bot/" livecheck do url :homepage regex(/Version\s*(\d+(?:\.\d+)+).*?\.dmg/i) end app "Fractal-Bot.app" zap trash: "~/Library/Application Support/Fractal Audio/Fractal-Bot" end