Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / v / vorta.rb
blobf830603f12a6f8c08a4f96af0ef5ae12f0e28ede
1 cask "vorta" do
2   arch arm: "arm", intel: "intel"
4   version "0.10.3"
5   sha256 arm:   "78960fd229074fc0d76c4d8d22b078e6b8b6d947a00491ec9880f9abc8f17bb7",
6          intel: "b903ea4f122aa04d62c5e6185c4a1f8a414b6c6e97296843bcdeeee6274d04f0"
8   url "https://github.com/borgbase/vorta/releases/download/v#{version}/Vorta-v#{version}-#{arch}.dmg"
9   name "Vorta"
10   desc "Desktop Backup Client for Borg"
11   homepage "https://github.com/borgbase/vorta"
13   livecheck do
14     url "https://borgbase.github.io/vorta/appcast.xml"
15     strategy :sparkle
16   end
18   auto_updates true
19   depends_on macos: ">= :mojave"
21   app "Vorta.app"
23   zap trash: "~/Library/Application Support/Vorta"
25   caveats <<~EOS
26     #{token} requires BorgBackup to run. If you do not need mount support, use
27     the official formula:
29       brew install borgbackup
31     If you plan on mounting archives using macFUSE, consider using the Tap
32     maintained by the Borg team:
34       brew install --cask macfuse
35       brew install borgbackup/tap/borgbackup-fuse
36   EOS
37 end