Files
homebrew-cask/Casks/k/kactus.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
402 B
Ruby

cask "kactus" do
version "0.3.35"
sha256 "e264d004747c21e5332202c1f1337dddeb1f42d6a6c7fe00c3753031ea87b745"
url "https://github.com/kactus-io/kactus/releases/download/v#{version}/Kactus-macos.zip",
verified: "github.com/kactus-io/kactus/"
name "Kactus"
desc "True version control tool for designers"
homepage "https://kactus.io/"
depends_on cask: "sketch"
app "Kactus.app"
end