homebrew-cask/Casks/shoes.rb

12 lines
355 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'shoes' do
2016-06-08 09:29:36 +08:00
version '3.3.1'
sha256 'f30a01d1e5dadc7dd775d140de9f04bf12a5046e4f2d5931ea7b67372ebe56fa'
2016-06-19 07:41:17 +08:00
# 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.9.tgz"
2015-04-28 02:01:32 +08:00
name 'Shoes'
homepage 'http://shoesrb.com/'
2014-09-16 00:06:18 +08:00
app 'Shoes.app'
2013-06-24 00:42:29 +08:00
end