homebrew-cask/Casks/node-profiler.rb

14 lines
464 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'node-profiler' do
2015-07-15 03:29:18 +08:00
version '0.12.6'
sha256 '25047304ab6b894b6aa4f910b606b6e6c31e680e7194016d6a0cee39af9631be'
# profiler.oss-cn-hangzhou.aliyuncs.com was verified as official when first introduced to the cask
url "https://profiler.oss-cn-hangzhou.aliyuncs.com/node-profiler-v#{version}.pkg"
2015-07-15 03:29:18 +08:00
name 'node-profiler'
homepage 'https://alinode.aliyun.com/'
2015-07-15 03:29:18 +08:00
pkg "node-profiler-v#{version}.pkg"
uninstall pkgutil: 'com.aliyun.nodeprofiler.pkg'
2015-07-15 03:29:18 +08:00
end