homebrew-cask/Casks/garagebuy.rb

13 lines
473 B
Ruby
Raw Normal View History

2014-11-14 01:25:54 +08:00
cask :v1 => 'garagebuy' do
version '3.1.1'
sha256 '4f7b7b941a40be516d923338df84a43073149f785d123ea2ff938f412757f8cf'
# iwascoding.de is the official download host per the vendor homepage
2014-09-26 20:08:55 +08:00
url "http://www.iwascoding.de/downloads/GarageBuy_#{version}.dmg"
2015-01-30 04:34:20 +08:00
name 'GarageBuy'
homepage 'http://www.iwascoding.com/GarageBuy'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:36 +08:00
app 'GarageBuy.app'
end