Skip to content

Commit

Permalink
Merge pull request #173272 from Homebrew/ccc6
Browse files Browse the repository at this point in the history
carbon-copy-cloner@6 6.1.11.7667 (new cask)
  • Loading branch information
miccal committed May 9, 2024
2 parents 9873f25 + 69d1579 commit 1485883
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions Casks/c/carbon-copy-cloner@6.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
cask "carbon-copy-cloner@6" do
version "6.1.11.7667"
sha256 "97553ede1d2c778d4d5767c3597855c2be084ebe5045010979d08180e46dddef"

url "https://bombich.scdn1.secure.raxcdn.com/software/files/ccc-#{version}.zip",
verified: "bombich.scdn1.secure.raxcdn.com/software/files/"
name "Carbon Copy Cloner 6"
desc "Hard disk backup and cloning utility"
homepage "https://bombich.com/"

livecheck do
url "https://api.bombich.com/download/ccc?v=ccc6&l=alternate"
strategy :header_match
end

auto_updates true
conflicts_with cask: [
"carbon-copy-cloner",
"carbon-copy-cloner@5",
]
depends_on macos: ">= :catalina"

app "Carbon Copy Cloner.app"

uninstall quit: [
"com.bombich.ccc",
"com.bombich.cccuseragent",
],
login_item: "CCC User Agent"

zap trash: [
"/Library/LaunchDaemons/com.bombich.ccchelper.plist",
"~/Library/Application Support/com.bombich.ccc",
"~/Library/Caches/com.bombich.ccc",
"~/Library/Preferences/com.bombich.ccc.plist",
"~/Library/Preferences/com.bombich.cccuseragent.plist",
"~/Library/Saved Application State/com.bombich.ccc.savedState",
]
end

0 comments on commit 1485883

Please sign in to comment.