Files
homebrew-cask/Casks/s/sketch-toolbox.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

17 lines
363 B
Ruby

cask "sketch-toolbox" do
version "0.5.1"
sha256 :no_check
url "http://sketchtoolbox.com/Sketch%20Toolbox.zip"
name "Sketch Toolbox"
desc "Plugin manager for Sketch"
homepage "http://sketchtoolbox.com/"
livecheck do
url "http://sketchtoolbox.com/updates/appcast.xml"
strategy :sparkle, &:short_version
end
app "Sketch Toolbox.app"
end