homebrew-cask/Casks/icollections.rb

21 lines
708 B
Ruby

cask "icollections" do
version "6.5.2"
sha256 "b0e06f1026d3717cfd4c6247d4e066d9df494765fdf91bfa49f55d907b91e51a"
url "https://naarakstudio.com/download/iCollections.dmg"
appcast "https://naarakstudio.com/download/icollections/update.ver",
must_contain: version.no_dots
name "iCollections"
homepage "https://naarakstudio.com/icollections/"
depends_on macos: ">= :sierra"
app "iCollections.app"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.naarak.collections.sfl2",
"~/Library/Application Support/com.naarak.Collections",
"~/Library/Preferences/com.naarak.Collections.plist",
]
end