From 4cb65bca9e7be320087f689eb93f79f1dfd8b329 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Fri, 14 Feb 2014 11:50:26 -0500 Subject: [PATCH] Added GarageBuy GarageBuy is a Mac client for using the e-commerce platform eBay. --- Casks/garagebuy.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Casks/garagebuy.rb diff --git a/Casks/garagebuy.rb b/Casks/garagebuy.rb new file mode 100644 index 000000000..4dd9cfba6 --- /dev/null +++ b/Casks/garagebuy.rb @@ -0,0 +1,7 @@ +class Garagebuy < Cask + url 'http://www.iwascoding.de/downloads/GarageBuy_3.1.1.dmg' + homepage 'http://www.iwascoding.com/GarageBuy' + version '3.1.1' + sha1 'c33c76b165c9734dc00e0744488c6ec6d6e6f912' + link 'GarageBuy.app' +end