mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
213 B
Ruby
7 lines
213 B
Ruby
class Shoes < Cask
|
|
url 'http://cloud.github.com/downloads/shoes/shoes/shoes-3.1.0.dmg'
|
|
homepage 'http://shoesrb.com/'
|
|
version '3.1.0'
|
|
sha1 '993e82d032b885c6eaa65009c2cd3de40feb049c'
|
|
link 'Shoes.app'
|
|
end
|