homebrew-cask/Casks/calcservice.rb

12 lines
443 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'calcservice' do
2015-01-06 11:44:51 +08:00
version '3.4.1'
sha256 'e30a576a7a3782d881e171c6f077dbf0933d69bbbe9343bf919fc3d67bac8527'
2016-02-12 06:02:10 +08:00
# amazonaws.com/DTWebsiteSupport was verified as official when first introduced to the cask
2014-09-26 20:08:49 +08:00
url "https://s3.amazonaws.com/DTWebsiteSupport/download/freeware/calcservice/#{version}/CalcService.zip"
2015-01-06 10:33:15 +08:00
name 'CalcService'
homepage 'http://www.devontechnologies.com/products/freeware.html#c1111'
2015-07-26 01:27:41 +08:00
app 'CalcService.app'
2013-12-14 08:13:19 +08:00
end