homebrew-cask/Casks/shoes.rb

12 lines
338 B
Ruby
Raw Normal View History

2014-11-14 01:26:55 +08:00
cask :v1 => 'shoes' do
2014-10-28 08:48:36 +08:00
version '3.2.16'
sha256 'dab8e717bc49e5c33654fde487cf1f0bef9dc6832df31dc54d084e8c5843532a'
# mvmanila.com is the official download host per the vendor homepage
2014-10-28 08:48:36 +08:00
url "http://shoes.mvmanila.com/public/shoes/shoes-#{version}-osx-10.9.tgz"
homepage 'http://shoesrb.com/'
2014-10-01 23:33:52 +08:00
license :oss
2014-09-16 00:06:18 +08:00
app 'Shoes.app'
2013-06-24 00:42:29 +08:00
end