homebrew-cask/Casks/shoes.rb

16 lines
524 B
Ruby

cask 'shoes' do
version '3.3.6'
sha256 '79fc728d3ba4ee58e477cd37db3020f873802f6e12f4f6299692476e9b2fe64d'
# shoes.mvmanila.com/public/shoes was verified as official when first introduced to the cask
url "https://shoes.mvmanila.com/public/shoes/shoes-#{version}-osx-10.10.tgz"
appcast 'http://shoesrb.com/downloads/',
checkpoint: '3a2a4cca3c4d86f4bed3575bcadec8a72c2416bb75549119ddfad1fb727bbe85'
name 'Shoes'
homepage 'http://shoesrb.com/'
depends_on macos: '>= :yosemite'
app 'Shoes.app'
end