cask "dropshare" do version "5.18,5254" sha256 "3a650a2953109003cbd85f9787807c7a341d49f6b36f8ebc754a41365dc01257" url "https://d2wvuuix8c9e48.cloudfront.net/Dropshare#{version.major}-#{version.csv.second}.app.zip", verified: "d2wvuuix8c9e48.cloudfront.net/" name "Dropshare" desc "File sharing solution" homepage "https://dropshare.app/" livecheck do url "https://dropshare.app/sparkle/Dropshare#{version.major}.xml" strategy :sparkle do |item| "#{item.title[/(\d+(?:\.\d+)+)/i, 1]},#{item.version}" end end app "Dropshare #{version.major}.app" binary "#{appdir}/Dropshare #{version.major}.app/Contents/Resources/ds.sh", target: "ds" zap trash: [ "~/Library/Application Support/Dropshare #{version.major}", "~/Library/Caches/net.mkswap.Dropshare#{version.major}", "~/Library/Cookies/net.mkswap.Dropshare#{version.major}.binarycookies", "~/Library/Logs/Dropshare #{version.major}", "~/Library/Preferences/net.mkswap.Dropshare#{version.major}.plist", ] end