homebrew-cask/Casks/cachewarmer.rb

22 lines
865 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cachewarmer' do
2016-03-01 14:34:08 +08:00
version '15'
sha256 'd0625271486829505e4512033fa61648429a1ba9356f6c9671a7e44ea664a9a2'
2015-07-02 11:04:14 +08:00
2016-02-12 06:01:50 +08:00
# amazonaws.com/glencode_downloads was verified as official when first introduced to the cask
2015-09-24 23:33:40 +08:00
url "https://s3.amazonaws.com/glencode_downloads/CacheWarmer-#{version}.pkg"
2015-07-02 11:04:14 +08:00
name 'CacheWarmer'
2015-09-24 23:33:40 +08:00
homepage 'https://assetcache.io/cachewarmer/'
2015-07-02 11:04:14 +08:00
license :freemium
pkg "CacheWarmer-#{version}.pkg"
uninstall pkgutil: 'net.glencode.CacheWarmer',
launchctl: 'net.glencode.CacheWarmer',
delete: [
'/etc/newsyslog.d/net.glencode.CacheWarmer.conf',
'/usr/local/bin/CacheWarmer',
'/Library/LaunchDaemons/net.glencode.CacheWarmer.plist',
'/Library/Application Support/net.glencode.CacheWarmer',
]
2015-07-02 11:04:14 +08:00
end