homebrew-cask/Casks/memorytamer.rb

16 lines
555 B
Ruby
Raw Normal View History

2014-11-14 01:26:22 +08:00
cask :v1 => 'memorytamer' do
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://paddle.s3.amazonaws.com/fulfillment_downloads/1657/492767/MemoryTamer.zip'
2015-01-30 03:34:06 +08:00
name 'MemoryTamer'
2015-05-26 04:13:30 +08:00
appcast 'https://rink.hockeyapp.net/api/2/apps/128ebd3240db358d4b1ea5f228269de6',
:sha256 => 'c256f2963829ccaa81d2bd0c98f1580bd93d0e593e946e57d5585c1c44a2bf7b'
homepage 'http://www.memorytamer.com/'
license :commercial
container :nested => 'MemoryTamer.dmg'
2014-09-16 00:05:55 +08:00
app 'MemoryTamer.app'
end