Files
homebrew-cask/Casks/m/macdropany.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

18 lines
469 B
Ruby

cask "macdropany" do
version "3.0.2"
sha256 "47c842c1d525cbe012af94c3bf82d03b74a2e1f655f2a222696897c56228e974"
url "https://github.com/sebthedev/MacDropAny/releases/download/v#{version}/MacDropAny.#{version}.zip"
name "MacDropAny"
desc "Syncs any local folder with the cloud"
homepage "https://github.com/sebthedev/MacDropAny"
app "MacDropAny.app"
zap trash: "~/Library/Services/Sync via MacDropAny.workflow"
caveats do
discontinued
end
end