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

12 lines
351 B
Ruby

cask "sidestep" do
version "1.4.1"
sha256 "c25f7748d73b6f915aff268070ef85ca69f2902de98b044b77c49d1e1341d84e"
url "https://github.com/chetan51/sidestep/releases/download/#{version}/Sidestep.zip",
verified: "github.com/chetan51/sidestep/"
name "Sidestep"
homepage "https://chetansurpur.com/projects/sidestep/"
app "Sidestep.app"
end