homebrew-cask/Casks/adium.rb

24 lines
734 B
Ruby
Raw Normal View History

cask "adium" do
version "1.5.10.4"
sha256 "31fa3fd32b86dd3381b60e0d5aafbc2a9452036f0fb4963bffbc2a6c64a9458b"
2017-08-26 18:32:15 +08:00
# adiumx.cachefly.net/ was verified as official when first introduced to the cask
2019-07-12 07:45:06 +08:00
url "https://adiumx.cachefly.net/Adium_#{version}.dmg"
appcast "https://www.adium.im/sparkle/appcast-release.xml"
name "Adium"
homepage "https://www.adium.im/"
2017-08-26 18:32:15 +08:00
auto_updates true
app "Adium.app"
2017-08-26 18:32:15 +08:00
2017-11-18 17:35:03 +08:00
zap trash: [
"~/Library/Application Support/Adium 2.0",
"~/Library/Caches/Adium",
"~/Library/Caches/com.adiumX.adiumX",
"~/Library/Caches/com.apple.helpd/Generated/Adium Help*",
"~/Library/Preferences/com.adiumX.adiumX.plist",
"~/Library/Saved Application State/com.adiumX.adiumX.savedState",
]
2017-08-26 18:32:15 +08:00
end