homebrew-cask/Casks/dropshare.rb

22 lines
921 B
Ruby

cask "dropshare" do
version "5.6.3,5148"
sha256 "0e44e216dbbd8b9f25c5706a558ea361733d057960ec994eca953194122bf55a"
# d2wvuuix8c9e48.cloudfront.net/ was verified as official when first introduced to the cask
url "https://d2wvuuix8c9e48.cloudfront.net/Dropshare#{version.major}-#{version.after_comma}.app.zip"
appcast "https://dropshare.app/sparkle/Dropshare#{version.major}.xml"
name "Dropshare"
homepage "https://dropshare.app/"
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