homebrew-cask/Casks/garagebuy.rb

13 lines
472 B
Ruby
Raw Normal View History

2014-11-14 01:25:54 +08:00
cask :v1 => 'garagebuy' do
2015-07-07 22:33:17 +08:00
version '3.2'
sha256 'b54c2b2e11f9a449fa3211c6db98c6f26f2418b88c89cb0272c9014c6f5c23ea'
# 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'
2015-06-29 14:32:18 +08:00
homepage 'https://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