mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
12 lines
351 B
Ruby
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
|