diff --git a/Casks/cashculator.rb b/Casks/cashculator.rb new file mode 100644 index 0000000000000..7b421585497e8 --- /dev/null +++ b/Casks/cashculator.rb @@ -0,0 +1,11 @@ +cask :v1 => 'cashculator' do + version '1.3.6' + sha256 '6b7985e902b79ea444ba911d7f4c688b1c059a98c893c5c5dbe3de0a319233bd' + + url 'http://dl.apparentsoft.com/Cashculator_1.3.6.dmg' + name 'Cashculator' + homepage 'https://www.apparentsoft.com/cashculator' + license :freemium + + app 'Cashculator.app' +end