Files
homebrew-cask/Casks/s/seafile-client.rb
2023-09-13 09:51:55 -04:00

28 lines
897 B
Ruby

cask "seafile-client" do
version "9.0.4"
sha256 "e15de6f8a10224b48f3f61922c233ca4a5dcb20f89a29d2a8d5b22f3aa7dd37f"
url "https://download.seadrive.org/seafile-client-#{version}.dmg",
verified: "seadrive.org/"
name "Seafile Client"
desc "File syncing client"
homepage "https://www.seafile.com/"
livecheck do
url "https://www.seafile.com/en/download/"
regex(%r{href=.*?/seafile[._-]client[._-]v?(\d+(?:\.\d+)+)\.dmg}i)
end
depends_on macos: ">= :high_sierra"
app "Seafile Client.app"
zap trash: [
"~/Library/Application Scripts/com.seafile.seafile-client.findersync",
"~/Library/Containers/com.seafile.seafile-client.findersync",
"~/Library/Group Containers/com.seafile.seafile-client.findersync",
"~/Library/Preferences/com.seafile.seafile-client.plist",
"~/Library/Saved Application State/com.seafile.seafile-client.savedState",
]
end