homebrew-cask/Casks/dropshare.rb

22 lines
986 B
Ruby

cask 'dropshare' do
version '5.1.2,5079'
sha256 'ca734d90e4a72cd95e777f65e82805c5ccafc9d7b78e4fa3d09d65d9f07d9342'
# 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