mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
11 lines
366 B
Ruby
11 lines
366 B
Ruby
class Sidestep < Cask
|
|
version '1.4.1'
|
|
sha256 'c25f7748d73b6f915aff268070ef85ca69f2902de98b044b77c49d1e1341d84e'
|
|
|
|
url "https://github.com/chetan51/sidestep/releases/download/#{version}/Sidestep.zip"
|
|
appcast 'http://chetansurpur.com/projects/sidestep/appcast.xml'
|
|
homepage 'http://chetansurpur.com/projects/sidestep'
|
|
license :oss
|
|
|
|
app 'Sidestep.app'
|
|
end
|