Files
homebrew-cask/Casks/w/workbench.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

15 lines
417 B
Ruby

cask "workbench" do
version "1.0.9"
sha256 "7fec7bf1fb93854ed87cbaf4d9e21ef964adfc064d731b82a84a499f5b911e1f"
url "https://github.com/mxcl/Workbench/releases/download/#{version}/Workbench-#{version}.zip"
name "Workbench"
desc "Seamless, automatic, “dotfile” sync to iCloud"
homepage "https://github.com/mxcl/Workbench"
auto_updates true
depends_on macos: ">= :sierra"
app "Workbench.app"
end