Files
homebrew-cask/Casks/b/butler.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

19 lines
377 B
Ruby

cask "butler" do
version "4.4.7"
sha256 :no_check
url "https://manytricks.com/download/butler"
name "Butler"
desc "Arrange your tasks in a customisable configuration"
homepage "https://manytricks.com/butler/"
livecheck do
url "https://manytricks.com/butler/appcast/"
strategy :sparkle, &:short_version
end
auto_updates true
app "Butler.app"
end