mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
347 B
Ruby
10 lines
347 B
Ruby
class Sidestep < Cask
|
|
version '1.4.1'
|
|
sha256 'c25f7748d73b6f915aff268070ef85ca69f2902de98b044b77c49d1e1341d84e'
|
|
|
|
url 'https://github.com/chetan51/sidestep/releases/download/1.4.1/Sidestep.zip'
|
|
appcast 'http://chetansurpur.com/projects/sidestep/appcast.xml'
|
|
homepage 'http://chetansurpur.com/projects/sidestep'
|
|
|
|
link 'Sidestep.app'
|
|
end
|